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