summaryrefslogtreecommitdiff
path: root/monkey/fetch.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-10-16 09:52:43 +0100
committerVincent Sanders <vince@kyllikki.org>2014-10-16 22:33:44 +0100
commit781d22892b3f3fde47b97ebb50037e69e436f058 (patch)
treeb96e3fe2ef1f61b78a45e32c2f9596453d1a268a /monkey/fetch.c
parentf0a4422701fe3a216e20468bcc07faf8571fc528 (diff)
downloadnetsurf-781d22892b3f3fde47b97ebb50037e69e436f058.tar.gz
netsurf-781d22892b3f3fde47b97ebb50037e69e436f058.tar.bz2
Update monkey frontend to cope with split operations table headers
Diffstat (limited to 'monkey/fetch.c')
-rw-r--r--monkey/fetch.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/monkey/fetch.c b/monkey/fetch.c
index 88cb27dcf..86732cfce 100644
--- a/monkey/fetch.c
+++ b/monkey/fetch.c
@@ -22,10 +22,11 @@
#include <stdbool.h>
#include <limits.h>
-#include "desktop/gui.h"
+#include "utils/errors.h"
#include "utils/file.h"
#include "utils/nsurl.h"
#include "utils/filepath.h"
+#include "desktop/gui_fetch.h"
#include "monkey/filetype.h"
#include "monkey/fetch.h"