summaryrefslogtreecommitdiff
path: root/render/html_object.c
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 /render/html_object.c
parentd29bccdb3a582a08c84fffea66d197d78048ece2 (diff)
downloadnetsurf-dee7426656b3cdbf644f65a2dd99c7c93cf0e6d2.tar.gz
netsurf-dee7426656b3cdbf644f65a2dd99c7c93cf0e6d2.tar.bz2
stop content header dragging in so many other headers
Diffstat (limited to 'render/html_object.c')
-rw-r--r--render/html_object.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/render/html_object.c b/render/html_object.c
index e30b3ab09..9be3339a6 100644
--- a/render/html_object.c
+++ b/render/html_object.c
@@ -27,6 +27,7 @@
#include <strings.h>
#include <stdlib.h>
+#include "utils/utils.h"
#include "utils/corestrings.h"
#include "utils/config.h"
#include "utils/log.h"