Commit c38b3698 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Win32: Fix build.

parent d5bf5632
...@@ -229,6 +229,7 @@ static void* RunInterface( vlc_object_t *p_this ) ...@@ -229,6 +229,7 @@ static void* RunInterface( vlc_object_t *p_this )
} }
#if defined( __APPLE__ ) || defined( WIN32 ) #if defined( __APPLE__ ) || defined( WIN32 )
#include "control/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