summaryrefslogtreecommitdiff
path: root/gtk/fetch.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-04-12 20:26:53 +0100
committerVincent Sanders <vince@kyllikki.org>2015-04-12 20:26:53 +0100
commitde09dc8efdfdb4ce27c85733cfec139a52d70776 (patch)
tree0f4b6e096613c575cbf83159297580f9fdc6e9f6 /gtk/fetch.c
parentd513d6261a83c6bde07be1ae8e30ea303c780d47 (diff)
downloadnetsurf-de09dc8efdfdb4ce27c85733cfec139a52d70776.tar.gz
netsurf-de09dc8efdfdb4ce27c85733cfec139a52d70776.tar.bz2
clean up gtk gui header usage and includes
Diffstat (limited to 'gtk/fetch.c')
-rw-r--r--gtk/fetch.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/fetch.c b/gtk/fetch.c
index 817e9c9ee..f56e99d81 100644
--- a/gtk/fetch.c
+++ b/gtk/fetch.c
@@ -24,11 +24,13 @@
#include <ctype.h>
#include <string.h>
#include <strings.h>
+#include <gtk/gtk.h>
#include "utils/hashtable.h"
#include "utils/log.h"
#include "utils/filepath.h"
#include "utils/file.h"
+#include "utils/nsurl.h"
#include "desktop/gui_fetch.h"
#include "gtk/gui.h"