From daf23b0860dc10684ddef8a5d2f030b63481cb5c Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Tue, 15 Feb 2011 23:26:34 +0000 Subject: Add missing include svn path=/trunk/netsurf/; revision=11694 --- content/fetch.c | 1 + 1 file changed, 1 insertion(+) (limited to 'content/fetch.c') 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" -- cgit v1.2.3