summaryrefslogtreecommitdiff
path: root/desktop/print.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 /desktop/print.c
parentd29bccdb3a582a08c84fffea66d197d78048ece2 (diff)
downloadnetsurf-dee7426656b3cdbf644f65a2dd99c7c93cf0e6d2.tar.gz
netsurf-dee7426656b3cdbf644f65a2dd99c7c93cf0e6d2.tar.bz2
stop content header dragging in so many other headers
Diffstat (limited to 'desktop/print.c')
-rw-r--r--desktop/print.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/print.c b/desktop/print.c
index f3a1a69f9..64d796946 100644
--- a/desktop/print.c
+++ b/desktop/print.c
@@ -26,6 +26,7 @@
#include <string.h>
#include <dom/dom.h>
+#include "utils/utils.h"
#include "utils/nsoption.h"
#include "utils/log.h"
#include "utils/talloc.h"