[vlc-devel] commit: Missing include for vlm_Delete() usage. (Derk-Jan Hartman )
git version control
git at videolan.org
Fri Jun 5 21:41:16 CEST 2009
vlc | branch: master | Derk-Jan Hartman <hartman at videolan.org> | Fri Jun 5 21:40:49 2009 +0200| [9f396531693d07701e7e9b8a039a197000f492d1] | committer: Derk-Jan Hartman
Missing include for vlm_Delete() usage.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9f396531693d07701e7e9b8a039a197000f492d1
---
src/control/core.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/control/core.c b/src/control/core.c
index 7a06221..a083f5b 100644
--- a/src/control/core.c
+++ b/src/control/core.c
@@ -25,6 +25,7 @@
#include <vlc/libvlc.h>
#include <vlc_interface.h>
+#include <vlc_vlm.h>
#include <stdarg.h>
#include <limits.h>
More information about the vlc-devel
mailing list