summaryrefslogtreecommitdiff
path: root/render
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2012-11-28 22:41:20 +0000
committerVincent Sanders <vince@netsurf-browser.org>2012-11-28 22:41:20 +0000
commitd80bb6210dcad46997b190793efa5d472a1809c1 (patch)
tree7b06027b6d3752d91634d12e789d7c210a091dc3 /render
parent4865886721f76373cf9902f5c3fe2f159a375ee6 (diff)
downloadnetsurf-d80bb6210dcad46997b190793efa5d472a1809c1.tar.gz
netsurf-d80bb6210dcad46997b190793efa5d472a1809c1.tar.bz2
add missing include
Diffstat (limited to 'render')
-rw-r--r--render/html.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/render/html.c b/render/html.c
index fc6084332..f90d1ee18 100644
--- a/render/html.c
+++ b/render/html.c
@@ -43,6 +43,7 @@
#include "render/imagemap.h"
#include "render/layout.h"
#include "render/search.h"
+#include "javascript/js.h"
#include "utils/corestrings.h"
#include "utils/http.h"
#include "utils/libdom.h"