[vlc-devel] commit: update: Include libvlc.h for vlc_custom_create(). (Pierre d' Herbemont )
git version control
git at videolan.org
Sun Jul 6 18:53:19 CEST 2008
vlc | branch: master | Pierre d'Herbemont <pdherbemont at videolan.org> | Sun Jul 6 18:54:37 2008 +0200| [59c44b0c8762e6428ddff9394fbf5eb678a2fbf1]
update: Include libvlc.h for vlc_custom_create().
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=59c44b0c8762e6428ddff9394fbf5eb678a2fbf1
---
src/misc/update.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/misc/update.c b/src/misc/update.c
index 6aa9b9e..c8abdcd 100644
--- a/src/misc/update.c
+++ b/src/misc/update.c
@@ -53,6 +53,7 @@
#include <vlc_gcrypt.h>
#include "update.h"
+#include "../libvlc.h"
/*****************************************************************************
* Misc defines
More information about the vlc-devel
mailing list