[vlc-devel] commit: Fix forgotten include. (Jean-Baptiste Kempf )

git version control git at videolan.org
Tue Oct 28 04:56:16 CET 2008


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Oct 27 20:55:34 2008 -0700| [3bb097d4edcdbc147442741dd8fbe0809874a9f5] | committer: Jean-Baptiste Kempf 

Fix forgotten include.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3bb097d4edcdbc147442741dd8fbe0809874a9f5
---

 modules/misc/lua/demux.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/modules/misc/lua/demux.c b/modules/misc/lua/demux.c
index d9f5ae7..dcde62e 100644
--- a/modules/misc/lua/demux.c
+++ b/modules/misc/lua/demux.c
@@ -41,6 +41,7 @@
 
 #include "vlc.h"
 #include "libs.h"
+#include "libs/playlist.h"
 
 
 /*****************************************************************************




More information about the vlc-devel mailing list