]> git.sesse.net Git - vlc/blobdiff - modules/demux/avi/avi.c
Don't include config.h from the headers - refs #297.
[vlc] / modules / demux / avi / avi.c
index 1f536c78f9f8ecaa89bcb0d21edad0aaa8a37ecb..a7a2b99fe86ae2bd2cabf69f4484be6a56abcc70 100644 (file)
  * Preamble
  *****************************************************************************/
 
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include <vlc/vlc.h>
 #include <vlc_demux.h>