From: Jaroslav Kysela Date: Fri, 18 Sep 2015 11:20:34 +0000 (+0200) Subject: config: fix the build when not satips X-Git-Tag: v4.2.1~2100 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=990fe216653cb9fe04619d5b01a371cab5ec8bf4;p=thirdparty%2Ftvheadend.git config: fix the build when not satips --- diff --git a/src/config.c b/src/config.c index e1f250c21..ce36c6281 100644 --- a/src/config.c +++ b/src/config.c @@ -29,6 +29,7 @@ #include "lock.h" #include "profile.h" #include "avahi.h" +#include "url.h" #include "satip/server.h" void tvh_str_set(char **strp, const char *src);