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