]> git.sesse.net Git - vlc/blobdiff - modules/access/vcdx/vcd.c
Don't include config.h from the headers - refs #297.
[vlc] / modules / access / vcdx / vcd.c
index af142b4ec6079f5aa3d37f7342c13e4c46c33510..efd344200eb81684ccd7efae8e87235a907ab154 100644 (file)
  * Preamble
  *****************************************************************************/
 
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include <vlc/vlc.h>
 
 /*****************************************************************************