summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2003-12-28 01:00:58 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2003-12-28 01:00:58 +0000
commit7e7b70e1713590f39b0d3891bcdef6584901b2ab (patch)
treec4a83fcad40810331e0fc8cf2aa1144b0fb1a2e1
parent9ec88eb91f752c2d4487f66e614925ba69d8fe6c (diff)
downloadnetsurf-7e7b70e1713590f39b0d3891bcdef6584901b2ab.tar.gz
netsurf-7e7b70e1713590f39b0d3891bcdef6584901b2ab.tar.bz2
[project @ 2003-12-28 01:00:58 by jmb]
Fixup missing #include svn path=/import/netsurf/; revision=462
-rw-r--r--desktop/netsurf.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/desktop/netsurf.c b/desktop/netsurf.c
index 607f931a8..e64ac14bf 100644
--- a/desktop/netsurf.c
+++ b/desktop/netsurf.c
@@ -8,12 +8,13 @@
#include <stdbool.h>
#include <stdlib.h>
+#include "netsurf/content/cache.h"
+#include "netsurf/content/fetch.h"
+#include "netsurf/content/fetchcache.h"
#include "netsurf/desktop/options.h"
#include "netsurf/desktop/netsurf.h"
#include "netsurf/desktop/browser.h"
#include "netsurf/desktop/gui.h"
-#include "netsurf/content/cache.h"
-#include "netsurf/content/fetch.h"
#include "netsurf/utils/log.h"
bool netsurf_quit = false;