[vlc-devel] commit: Missing include for vlm_Delete() usage. (Derk-Jan Hartman )

git version control git at videolan.org
Fri Jun 5 21:47:06 CEST 2009


vlc | branch: 1.0-bugfix | Derk-Jan Hartman <hartman at videolan.org> | Fri Jun  5 21:40:49 2009 +0200| [e4462a9caaa31c11218f0ef6105c87383e34c1d6] | committer: Derk-Jan Hartman 

Missing include for vlm_Delete() usage.
(cherry picked from commit 9f396531693d07701e7e9b8a039a197000f492d1)

Signed-off-by: Derk-Jan Hartman <hartman at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e4462a9caaa31c11218f0ef6105c87383e34c1d6
---

 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 b09799d..e52a1a0 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