summaryrefslogtreecommitdiff
path: root/frontends/monkey
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-05-30 11:29:39 +0100
committerVincent Sanders <vince@kyllikki.org>2016-05-30 11:29:39 +0100
commit527756cca0471a55389a3494d35f9b1b13f20b7e (patch)
tree1082a6caf6b5a41ec836fba207fe57b50629bba9 /frontends/monkey
parentfe7eb85614244d5e0659c88431fbd9726fa33051 (diff)
downloadnetsurf-527756cca0471a55389a3494d35f9b1b13f20b7e.tar.gz
netsurf-527756cca0471a55389a3494d35f9b1b13f20b7e.tar.bz2
move fetch header into public API
Diffstat (limited to 'frontends/monkey')
-rw-r--r--frontends/monkey/fetch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/monkey/fetch.c b/frontends/monkey/fetch.c
index 86732cfce..4985329db 100644
--- a/frontends/monkey/fetch.c
+++ b/frontends/monkey/fetch.c
@@ -26,7 +26,7 @@
#include "utils/file.h"
#include "utils/nsurl.h"
#include "utils/filepath.h"
-#include "desktop/gui_fetch.h"
+#include "netsurf/fetch.h"
#include "monkey/filetype.h"
#include "monkey/fetch.h"