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