]> git.sesse.net Git - vlc/blobdiff - extras/MacOSX/Framework/VLC_Prefix.pch
Don't include config.h from the headers - refs #297.
[vlc] / extras / MacOSX / Framework / VLC_Prefix.pch
index c4340c70492e4e5d963595470dbb171e020b6d05..ca028e04d924d85029f7582ca05b8c0f239bb71d 100644 (file)
@@ -7,6 +7,10 @@
     #import <Cocoa/Cocoa.h>
 #endif
 
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include <vlc/vlc.h>
 #include <vlc/libvlc_structures.h>
 #include <vlc/libvlc.h>