Skip to content
Snippets Groups Projects
Commit 6c223666 authored by David's avatar David
Browse files

vout: macosx: Include config.h as first statement

parent 09fd2e48
No related branches found
No related tags found
No related merge requests found
......@@ -33,14 +33,14 @@
* Preamble
*****************************************************************************/
#import <Cocoa/Cocoa.h>
#import <OpenGL/OpenGL.h>
#import <dlfcn.h>
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#import <Cocoa/Cocoa.h>
#import <OpenGL/OpenGL.h>
#import <dlfcn.h>
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_vout_display.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment