summaryrefslogtreecommitdiff
path: root/content/fetch.c
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2011-02-15 23:26:34 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2011-02-15 23:26:34 +0000
commitdaf23b0860dc10684ddef8a5d2f030b63481cb5c (patch)
tree73643b10cc3478b3728da4f5226a28e64cf954fb /content/fetch.c
parentfa98e3d76ada300d69e04816bfe15b2d560c9f7d (diff)
downloadnetsurf-daf23b0860dc10684ddef8a5d2f030b63481cb5c.tar.gz
netsurf-daf23b0860dc10684ddef8a5d2f030b63481cb5c.tar.bz2
Add missing include
svn path=/trunk/netsurf/; revision=11694
Diffstat (limited to 'content/fetch.c')
-rw-r--r--content/fetch.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/fetch.c b/content/fetch.c
index b07964861..a848e17fa 100644
--- a/content/fetch.c
+++ b/content/fetch.c
@@ -38,6 +38,7 @@
#include "utils/config.h"
#include "content/fetch.h"
+#include "content/fetchers/about.h"
#include "content/fetchers/curl.h"
#include "content/fetchers/data.h"
#include "content/fetchers/file.h"