summaryrefslogtreecommitdiff
path: root/monkey
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-04-19 23:20:29 +0100
committerVincent Sanders <vince@kyllikki.org>2016-04-19 23:20:29 +0100
commitdee7426656b3cdbf644f65a2dd99c7c93cf0e6d2 (patch)
tree72fc5a67a30855360d41f44bcdf54d03565d4ba3 /monkey
parentd29bccdb3a582a08c84fffea66d197d78048ece2 (diff)
downloadnetsurf-dee7426656b3cdbf644f65a2dd99c7c93cf0e6d2.tar.gz
netsurf-dee7426656b3cdbf644f65a2dd99c7c93cf0e6d2.tar.bz2
stop content header dragging in so many other headers
Diffstat (limited to 'monkey')
-rw-r--r--monkey/browser.c1
-rw-r--r--monkey/download.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/monkey/browser.c b/monkey/browser.c
index a13262170..2b007fde6 100644
--- a/monkey/browser.c
+++ b/monkey/browser.c
@@ -20,6 +20,7 @@
#include <stdio.h>
+#include "utils/utils.h"
#include "utils/ring.h"
#include "utils/log.h"
#include "utils/messages.h"
diff --git a/monkey/download.c b/monkey/download.c
index bc820744c..242136662 100644
--- a/monkey/download.c
+++ b/monkey/download.c
@@ -18,6 +18,7 @@
#include <stdio.h>
#include <stdint.h>
+#include <stdlib.h>
#include "utils/errors.h"
#include "utils/ring.h"