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