]> git.sesse.net Git - vlc/commitdiff
Win32: Fix build.
authorJean-Baptiste Kempf <jb@videolan.org>
Mon, 26 Jan 2009 11:25:00 +0000 (12:25 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 26 Jan 2009 11:25:00 +0000 (12:25 +0100)
src/interface/interface.c

index 0d88b0f4d623badaf91ff86ad40eb6f53629d182..7975a38e42364e4d793377e8c0ad644f345c698c 100644 (file)
@@ -229,6 +229,7 @@ static void* RunInterface( vlc_object_t *p_this )
 }
 
 #if defined( __APPLE__ ) || defined( WIN32 )
+#include "control/libvlc_internal.h" /* libvlc_InternalWait */
 /**
  * MonitorLibVLCDeath: Used when b_should_run_on_first_thread is set.
  *