]> git.sesse.net Git - vlc/blobdiff - test/native/profiles.c
Don't include config.h from the headers - refs #297.
[vlc] / test / native / profiles.c
index e0f30e71516b6cb418e32aca31252c3bf5046865..8096fe90c7ce3e67c69d1bd986b0e3c95a07e334 100644 (file)
  *****************************************************************************/
 
 #include "../pyunit.h"
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include <vlc/vlc.h>
 #include <vlc_streaming.h>