]> git.sesse.net Git - vlc/blobdiff - modules/stream_out/mosaic_bridge.c
Don't include config.h from the headers - refs #297.
[vlc] / modules / stream_out / mosaic_bridge.c
index 17c396ec4db114be80f1b376e5deee827fc9ae23..996785687052a4eee0c5a31f0c6d77b8fcb0e2da 100644 (file)
  *****************************************************************************/
 #include <errno.h>                                                 /* ENOMEM */
 
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include <vlc/vlc.h>
 #include <vlc_sout.h>
 #include <vlc_block.h>