summaryrefslogtreecommitdiff
path: root/gtk
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-12-27 22:48:37 +0000
committerVincent Sanders <vince@kyllikki.org>2014-12-27 22:48:37 +0000
commit6b645664fe9c8f8d8a46493a6e00ef32b753a642 (patch)
tree31f690ee0914433964df2d47028a8276d2267c89 /gtk
parent5eefe0016384c85d1d09409d65d79f1f41208adb (diff)
downloadnetsurf-6b645664fe9c8f8d8a46493a6e00ef32b753a642.tar.gz
netsurf-6b645664fe9c8f8d8a46493a6e00ef32b753a642.tar.bz2
add missing includes
Diffstat (limited to 'gtk')
-rw-r--r--gtk/fetch.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/fetch.c b/gtk/fetch.c
index fbe6f953e..817e9c9ee 100644
--- a/gtk/fetch.c
+++ b/gtk/fetch.c
@@ -23,6 +23,7 @@
#include <unistd.h>
#include <ctype.h>
#include <string.h>
+#include <strings.h>
#include "utils/hashtable.h"
#include "utils/log.h"