git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87ef957
)
Fix forgotten include.
author
Jean-Baptiste Kempf
<jb@videolan.org>
Tue, 28 Oct 2008 03:55:34 +0000
(20:55 -0700)
committer
Jean-Baptiste Kempf
<jb@videolan.org>
Tue, 28 Oct 2008 03:55:34 +0000
(20:55 -0700)
modules/misc/lua/demux.c
patch
|
blob
|
history
diff --git
a/modules/misc/lua/demux.c
b/modules/misc/lua/demux.c
index
d9f5ae7
..
dcde62e
100644
(file)
--- 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"
/*****************************************************************************