]> git.sesse.net Git - vlc/commitdiff
src/interface: compilation fix
authorFelix Paul Kühne <fkuehne@videolan.org>
Wed, 31 Aug 2011 17:46:18 +0000 (19:46 +0200)
committerFelix Paul Kühne <fkuehne@videolan.org>
Wed, 31 Aug 2011 17:46:18 +0000 (19:46 +0200)
src/interface/interface.c

index 51191e15a5ab184a41dfe481d4cf8a2ea2370c75..17ca46648da70e8430be4545efeacf9c4eee2d0d 100644 (file)
@@ -224,7 +224,7 @@ static void* RunInterface( void *p_this )
 }
 
 #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.
  *