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:
ad77d95
)
Fix compilation on Windows
author
Geoffroy Couprie
<geal@videolan.org>
Tue, 26 May 2009 17:23:56 +0000
(19:23 +0200)
committer
Geoffroy Couprie
<geal@videolan.org>
Tue, 26 May 2009 17:23:56 +0000
(19:23 +0200)
src/control/playlist.c
patch
|
blob
|
history
diff --git
a/src/control/playlist.c
b/src/control/playlist.c
index
22d593e
..
d71e61f
100644
(file)
--- a/
src/control/playlist.c
+++ b/
src/control/playlist.c
@@
-24,7
+24,12
@@
#include "libvlc_internal.h"
#include "libvlc.h"
+#include <vlc/libvlc_structures.h>
#include <vlc/libvlc.h>
+#include <vlc/libvlc_media.h>
+#include <vlc/libvlc_media_player.h>
+#include <vlc/deprecated.h>
+
#include <vlc_playlist.h>
#include <assert.h>