summaryrefslogtreecommitdiff
path: root/gtk/fetch.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-02-01 14:23:58 +0000
committerVincent Sanders <vince@kyllikki.org>2014-02-01 14:23:58 +0000
commit427f127fa9d42cdf9005d06813c580d18d5e0d6a (patch)
treee9beb9b620a3db581dcbc7a0b4368cc2c473af29 /gtk/fetch.c
parent00bdf39dc21cd51216ef362529dca12f98cd1cf2 (diff)
downloadnetsurf-427f127fa9d42cdf9005d06813c580d18d5e0d6a.tar.gz
netsurf-427f127fa9d42cdf9005d06813c580d18d5e0d6a.tar.bz2
remove further extraneous includes
Diffstat (limited to 'gtk/fetch.c')
-rw-r--r--gtk/fetch.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/fetch.c b/gtk/fetch.c
index 0043cd062..8db102ce8 100644
--- a/gtk/fetch.c
+++ b/gtk/fetch.c
@@ -17,6 +17,7 @@
*/
#include <stdio.h>
+#include <stdlib.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>