]> git.sesse.net Git - vlc/commitdiff
Fix Galaktos plugin compilation, config.h related.
authorJean-Baptiste Kempf <jb@videolan.org>
Thu, 24 Jan 2008 18:13:23 +0000 (18:13 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 24 Jan 2008 18:13:23 +0000 (18:13 +0000)
modules/visualization/galaktos/plugin.h

index 835d5d50a5748497618b32516f2378fce676613e..449dd97fb1e3e18d1be27185fc6ea166fad7d1eb 100644 (file)
 #ifndef _GALAKTOS_PLUGIN_H_
 #define _GALAKTOS_PLUGIN_H_
 
+#ifdef HAVE_CONFIG_H
+ #include "config.h"
+#endif
+
 #include <vlc/vlc.h>
 #include <vlc_aout.h>
 #include <vlc_vout.h>