[vlc-commits] src/interface: compilation fix

Felix Paul Kühne git at videolan.org
Wed Aug 31 19:46:37 CEST 2011


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Wed Aug 31 19:46:18 2011 +0200| [44cc78b9bb3275c1d40d6b7f5fabb8743f09a901] | committer: Felix Paul Kühne

src/interface: compilation fix

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=44cc78b9bb3275c1d40d6b7f5fabb8743f09a901
---

 src/interface/interface.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/interface/interface.c b/src/interface/interface.c
index 51191e1..17ca466 100644
--- a/src/interface/interface.c
+++ b/src/interface/interface.c
@@ -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.
  *



More information about the vlc-commits mailing list