]> git.sesse.net Git - vlc/blobdiff - modules/access_output/shout.c
Don't include config.h from the headers - refs #297.
[vlc] / modules / access_output / shout.c
index d3eea7f894d16444c31dbee29bdb88245aa01fd9..15d7ae8cc5be66c03d351e49acaf156f787f2b72 100644 (file)
  * Preamble
  *****************************************************************************/
 
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include <vlc/vlc.h>
 #include <vlc_sout.h>
 #include <vlc_block.h>