]> git.sesse.net Git - vlc/blobdiff - modules/codec/araw.c
Don't include config.h from the headers - refs #297.
[vlc] / modules / codec / araw.c
index 3213963ab3574f1c93c129dfc2190a2a7c2a3b9f..e31843cd2de3de3c956ab20b31cf9a2edd03b477 100644 (file)
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include <vlc/vlc.h>
 #include <vlc_aout.h>
 #include <vlc_codec.h>