[vlc-devel] commit: update: Include vlc_update. h even if UPDATE_CHECK is disabled to get the essential definitions. ( Pierre d'Herbemont )

git version control git at videolan.org
Wed May 28 01:47:09 CEST 2008


vlc | branch: master | Pierre d'Herbemont <pdherbemont at videolan.org> | Wed May 28 01:47:46 2008 +0200| [952101a8c41ae545312f8f23896459644c8d1959]

update: Include vlc_update.h even if UPDATE_CHECK is disabled to get the essential definitions.

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

 src/misc/update.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/misc/update.c b/src/misc/update.c
index b2db1f6..020eb52 100644
--- a/src/misc/update.c
+++ b/src/misc/update.c
@@ -37,12 +37,12 @@
 #endif
 
 #include <vlc/vlc.h>
+#include <vlc_update.h>
 
 #ifdef UPDATE_CHECK
 
 #include <assert.h>
 
-#include <vlc_update.h>
 #include <vlc_pgpkey.h>
 #include <vlc_stream.h>
 #include <vlc_strings.h>




More information about the vlc-devel mailing list