]> git.sesse.net Git - vlc/commitdiff
Should fix compilation. Thanks to alienBob for reporting and testing.
authorAntoine Cellerier <dionoea@videolan.org>
Tue, 27 Jan 2009 13:03:55 +0000 (14:03 +0100)
committerAntoine Cellerier <dionoea@videolan.org>
Tue, 27 Jan 2009 13:03:55 +0000 (14:03 +0100)
modules/video_output/fb.c
modules/video_output/svgalib.c

index 09f982a86e0c7d3c16d676d189fbcd7c8284e493..4cb70312ee3fe63c00971f66a837bbf8b46e7e63 100644 (file)
@@ -46,6 +46,7 @@
 #include <vlc_common.h>
 #include <vlc_plugin.h>
 #include <vlc_vout.h>
+#include <vlc_interface.h>
 
 /*****************************************************************************
  * Local prototypes
index 88284c070e3b0af75f7d028277ce885979adc618..ae99b3452922115ed140c74a8ddae8aea6412f4e 100644 (file)
@@ -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>