summaryrefslogtreecommitdiff
path: root/javascript/jsapi/event.bnd
diff options
context:
space:
mode:
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"
%}