[vlc-devel] commit: Fix compilation on Windows (Geoffroy Couprie )

git version control git at videolan.org
Tue May 26 19:24:18 CEST 2009


vlc | branch: master | Geoffroy Couprie <geal at videolan.org> | Tue May 26 19:23:56 2009 +0200| [12d37b44f09becb1aa7062e18ca5ea30b7a4dedc] | committer: Geoffroy Couprie 

Fix compilation on Windows

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

 src/control/playlist.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/control/playlist.c b/src/control/playlist.c
index 22d593e..d71e61f 100644
--- 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>




More information about the vlc-devel mailing list