]> git.sesse.net Git - vlc/blobdiff - modules/misc/dummy/aout.c
Don't include config.h from the headers - refs #297.
[vlc] / modules / misc / dummy / aout.c
index 756cafa35c27eaaebc259f48fdce711ad6971a1c..4b333c9a50ae2d93560edf98cdc049832c722bec 100644 (file)
  * Preamble
  *****************************************************************************/
 
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include <vlc/vlc.h>
 #include <vlc_aout.h>