From 810e9153d1b4d9ed8e208eece4ee88b0d3867ec0 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 17 Apr 2016 09:39:44 +0100 Subject: urldb no longer uses curl directly but it does need correct network includes The update to remove curl usage from urldb must pull in the utility config header instead to get inet_aton and such or compoles on some platforms fail. --- content/urldb.c | 1 + 1 file changed, 1 insertion(+) (limited to 'content') diff --git a/content/urldb.c b/content/urldb.c index d7a7fed1c..1afa13131 100644 --- a/content/urldb.c +++ b/content/urldb.c @@ -96,6 +96,7 @@ #include #include +#include "utils/config.h" #include "utils/nsoption.h" #include "utils/log.h" #include "utils/corestrings.h" -- cgit v1.2.3