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