summaryrefslogtreecommitdiff
path: root/javascript/jsapi/event.bnd
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2012-12-31 03:41:41 +0100
committerOle Loots <ole@monochrom.net>2012-12-31 03:41:41 +0100
commitcecccf09edf7e7296e4765f7e70e4c42c5ad8805 (patch)
treebf776943935c597e867a6bdba3710e5d4cb73115 /javascript/jsapi/event.bnd
parent379313d8da957be5a39a6cab35f73ed6c247ccb4 (diff)
parentea3f09a72433be165cc4ec09052b3d636e64ac0c (diff)
downloadnetsurf-cecccf09edf7e7296e4765f7e70e4c42c5ad8805.tar.gz
netsurf-cecccf09edf7e7296e4765f7e70e4c42c5ad8805.tar.bz2
Merge branch 'master' into mono/removing-windom-dependency
Diffstat (limited to 'javascript/jsapi/event.bnd')
-rw-r--r--javascript/jsapi/event.bnd5
1 files changed, 3 insertions, 2 deletions
diff --git a/javascript/jsapi/event.bnd b/javascript/jsapi/event.bnd
index cc03c920a..b8b0aff47 100644
--- a/javascript/jsapi/event.bnd
+++ b/javascript/jsapi/event.bnd
@@ -16,14 +16,15 @@ hdrcomment "Released under the terms of the MIT License,";
hdrcomment " http://www.opensource.org/licenses/mit-license";
preamble %{
+#include <stdlib.h>
#include <dom/dom.h>
#include "utils/config.h"
#include "utils/log.h"
-
#include "javascript/jsapi.h"
-#include "javascript/jsapi/binding.h"
+
+#include "event.h"
%}