summaryrefslogtreecommitdiff
path: root/render/html_script.c
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2012-08-22 12:22:58 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2012-08-22 12:22:58 +0100
commit153c4444543411b00fc8682bd38d6e1758a63082 (patch)
tree736bacbb3170ae71f6134811669b3a6ef60ab31d /render/html_script.c
parentd489908af8cda59c94ad2375e1340bad6957e64a (diff)
downloadnetsurf-153c4444543411b00fc8682bd38d6e1758a63082.tar.gz
netsurf-153c4444543411b00fc8682bd38d6e1758a63082.tar.bz2
Move browser_window struct to private header. Places that shouldn't include it do, such as front end code.
Frontends that have been updated to build: framebuffer gtk monkey riscos TODO: amiga atari beos cocoa windows
Diffstat (limited to 'render/html_script.c')
-rw-r--r--render/html_script.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/render/html_script.c b/render/html_script.c
index 446868b86..9edd08cf2 100644
--- a/render/html_script.c
+++ b/render/html_script.c
@@ -35,6 +35,7 @@
#include "javascript/js.h"
#include "content/content_protected.h"
#include "content/fetch.h"
+#include "content/hlcache.h"
#include "render/html_internal.h"
typedef bool (script_handler_t)(struct jscontext *jscontext, const char *data, size_t size) ;