summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-05-13 16:37:49 +0100
committerVincent Sanders <vince@kyllikki.org>2014-05-13 16:37:49 +0100
commit1a3ee6090d2fdb81bef935929938af20279bc879 (patch)
treec3a0418511e29c9a245a3d87ae146d117d5e3591 /content
parent6c466c985f3c39df995b886c2b95f307d1285045 (diff)
downloadnetsurf-1a3ee6090d2fdb81bef935929938af20279bc879.tar.gz
netsurf-1a3ee6090d2fdb81bef935929938af20279bc879.tar.bz2
add strptime compatability
Diffstat (limited to 'content')
-rw-r--r--content/llcache.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/content/llcache.c b/content/llcache.c
index 653352d3f..5137b2240 100644
--- a/content/llcache.c
+++ b/content/llcache.c
@@ -38,6 +38,8 @@
#include <time.h>
#include <curl/curl.h>
+#include "utils/config.h"
+
#include "utils/corestrings.h"
#include "utils/log.h"
#include "utils/messages.h"