From: Pierre d'Herbemont Date: Sun, 6 Jul 2008 16:54:37 +0000 (+0200) Subject: update: Include libvlc.h for vlc_custom_create(). X-Git-Tag: 0.9.0-test2~168 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=59c44b0c8762e6428ddff9394fbf5eb678a2fbf1;p=vlc update: Include libvlc.h for vlc_custom_create(). --- diff --git a/src/misc/update.c b/src/misc/update.c index 6aa9b9e5ed..c8abdcd5bb 100644 --- a/src/misc/update.c +++ b/src/misc/update.c @@ -53,6 +53,7 @@ #include #include "update.h" +#include "../libvlc.h" /***************************************************************************** * Misc defines