Commit 39276331 authored by Jean-Paul Saman's avatar Jean-Paul Saman

interface: fix building on MacOS X

parent 8091b5bf
...@@ -43,6 +43,9 @@ ...@@ -43,6 +43,9 @@
#include <vlc_vout.h> #include <vlc_vout.h>
#include "vlc_interface.h" #include "vlc_interface.h"
#if defined( __APPLE__ ) || defined( WIN32 )
#include "../control/libvlc_internal.h"
#endif
#include "libvlc.h" #include "libvlc.h"
/***************************************************************************** /*****************************************************************************
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment