summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-04-17 09:39:44 +0100
committerVincent Sanders <vince@kyllikki.org>2016-04-17 09:39:44 +0100
commit810e9153d1b4d9ed8e208eece4ee88b0d3867ec0 (patch)
treea1ecdddfce1b39ae980fec253f10422bb628bed9 /content
parent7dee1cb7d66610b6b82f745d937a7ea4d0bc15d8 (diff)
downloadnetsurf-810e9153d1b4d9ed8e208eece4ee88b0d3867ec0.tar.gz
netsurf-810e9153d1b4d9ed8e208eece4ee88b0d3867ec0.tar.bz2
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.
Diffstat (limited to 'content')
-rw-r--r--content/urldb.c1
1 files changed, 1 insertions, 0 deletions
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 <strings.h>
#include <time.h>
+#include "utils/config.h"
#include "utils/nsoption.h"
#include "utils/log.h"
#include "utils/corestrings.h"