From: Jean-Baptiste Kempf Date: Mon, 26 Jan 2009 11:25:00 +0000 (+0100) Subject: Win32: Fix build. X-Git-Tag: 1.0.0-pre1~1054 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=c38b36989c431a0110a37b7f574d3baa972cf9d3;p=vlc Win32: Fix build. --- diff --git a/src/interface/interface.c b/src/interface/interface.c index 0d88b0f4d6..7975a38e42 100644 --- a/src/interface/interface.c +++ b/src/interface/interface.c @@ -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. *