[vlc-devel] commit: Win32: Fix build. (Jean-Baptiste Kempf )
git version control
git at videolan.org
Mon Jan 26 12:59:03 CET 2009
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Jan 26 12:25:00 2009 +0100| [c38b36989c431a0110a37b7f574d3baa972cf9d3] | committer: Jean-Baptiste Kempf
Win32: Fix build.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c38b36989c431a0110a37b7f574d3baa972cf9d3
---
src/interface/interface.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/interface/interface.c b/src/interface/interface.c
index 0d88b0f..7975a38 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.
*
More information about the vlc-devel
mailing list