]> git.sesse.net Git - vlc/blobdiff - modules/video_output/sdl.c
Don't include config.h from the headers - refs #297.
[vlc] / modules / video_output / sdl.c
index 30bc1bdf786e0a38a126318ad084833e12944eaf..30eb07eab22cdf1c57499981a6cd909458e08ab9 100644 (file)
  *****************************************************************************/
 #include <errno.h>                                                 /* ENOMEM */
 
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include <vlc/vlc.h>
 #include <vlc_interface.h>
 #include <vlc_playlist.h>