Commit 44cc78b9 authored by Felix Paul Kühne's avatar Felix Paul Kühne

src/interface: compilation fix

parent e8a576b2
...@@ -224,7 +224,7 @@ static void* RunInterface( void *p_this ) ...@@ -224,7 +224,7 @@ static void* RunInterface( void *p_this )
} }
#if defined( __APPLE__ ) #if defined( __APPLE__ )
#include "control/libvlc_internal.h" /* libvlc_InternalWait */ #include "../lib/libvlc_internal.h" /* libvlc_InternalWait */
/** /**
* MonitorLibVLCDeath: Used when b_should_run_on_first_thread is set. * MonitorLibVLCDeath: Used when b_should_run_on_first_thread is set.
* *
......
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