]> git.sesse.net Git - vlc/commitdiff
update: Include vlc_update.h even if UPDATE_CHECK is disabled to get the essential...
authorPierre d'Herbemont <pdherbemont@videolan.org>
Tue, 27 May 2008 23:47:46 +0000 (01:47 +0200)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Tue, 27 May 2008 23:47:46 +0000 (01:47 +0200)
src/misc/update.c

index b2db1f6d89739506a906e6080893d117479d1019..020eb520006f24ce0ce3d6a9ec86117d246548cd 100644 (file)
 #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>