[vlc-devel] commit: Should fix compilation. Thanks to alienBob for reporting and testing. (Antoine Cellerier )

git version control git at videolan.org
Tue Jan 27 14:04:19 CET 2009


vlc | branch: master | Antoine Cellerier <dionoea at videolan.org> | Tue Jan 27 14:03:55 2009 +0100| [e3e57779c00327e425bb1c7a4a7faef734f5dc99] | committer: Antoine Cellerier 

Should fix compilation. Thanks to alienBob for reporting and testing.

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

 modules/video_output/fb.c      |    1 +
 modules/video_output/svgalib.c |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/modules/video_output/fb.c b/modules/video_output/fb.c
index 09f982a..4cb7031 100644
--- a/modules/video_output/fb.c
+++ b/modules/video_output/fb.c
@@ -46,6 +46,7 @@
 #include <vlc_common.h>
 #include <vlc_plugin.h>
 #include <vlc_vout.h>
+#include <vlc_interface.h>
 
 /*****************************************************************************
  * Local prototypes
diff --git a/modules/video_output/svgalib.c b/modules/video_output/svgalib.c
index 88284c0..ae99b34 100644
--- a/modules/video_output/svgalib.c
+++ b/modules/video_output/svgalib.c
@@ -32,6 +32,7 @@
 #include <vlc_common.h>
 #include <vlc_plugin.h>
 #include <vlc_vout.h>
+#include <vlc_interface.h>
 
 #include <vga.h>
 #include <vgagl.h>




More information about the vlc-devel mailing list