@@ -25,6 +25,10 @@
#import "VLCLibrary.h"
#import "VLCLibVLCBridging.h"
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
#include <vlc/vlc.h>
#include <vlc/libvlc_structures.h>
@@ -26,6 +26,10 @@
#import "VLCEventManager.h"
#include <vlc/libvlc.h>
@@ -28,6 +28,10 @@
#import "VLCVideoView.h"
/* Notification Messages */
#import "VLCVideoCommon.h"
/* Libvlc */
@@ -7,6 +7,10 @@
#import <Cocoa/Cocoa.h>
#endif