summaryrefslogtreecommitdiff
path: root/frontends/monkey
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-05-30 11:15:58 +0100
committerVincent Sanders <vince@kyllikki.org>2016-05-30 11:15:58 +0100
commitc821ed2bbd91e1b4fe2b74c01cce1a4106f37655 (patch)
tree54f324ac971e5a4f327d5e0a6725a7694ce2817a /frontends/monkey
parentd240bec03627f5a26cd70e83a58483c69834f7c2 (diff)
downloadnetsurf-c821ed2bbd91e1b4fe2b74c01cce1a4106f37655.tar.gz
netsurf-c821ed2bbd91e1b4fe2b74c01cce1a4106f37655.tar.bz2
move download header into public API
Diffstat (limited to 'frontends/monkey')
-rw-r--r--frontends/monkey/download.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/monkey/download.c b/frontends/monkey/download.c
index 242136662..32241059a 100644
--- a/frontends/monkey/download.c
+++ b/frontends/monkey/download.c
@@ -22,7 +22,7 @@
#include "utils/errors.h"
#include "utils/ring.h"
-#include "desktop/gui_download.h"
+#include "netsurf/download.h"
#include "desktop/download.h"
#include "content/hlcache.h"