summaryrefslogtreecommitdiff
path: root/src/webidl-ast.c
diff options
context:
space:
mode:
authorVincent Sanders <vincent.sanders@collabora.co.uk>2012-09-06 14:16:20 +0100
committerVincent Sanders <vincent.sanders@collabora.co.uk>2012-09-06 14:16:20 +0100
commit24f1407f1f30993ee8dd35d2f52409bcba839a8f (patch)
treeba7557d3753e2e96e1642af38a58170aff141c07 /src/webidl-ast.c
parentc1db25526a6990263e9703634401178975cf9d61 (diff)
downloadnsgenbind-24f1407f1f30993ee8dd35d2f52409bcba839a8f.tar.gz
nsgenbind-24f1407f1f30993ee8dd35d2f52409bcba839a8f.tar.bz2
add preamble blocks delinited by [[[ and ]]]
Improve separation of binding file handling
Diffstat (limited to 'src/webidl-ast.c')
-rw-r--r--src/webidl-ast.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webidl-ast.c b/src/webidl-ast.c
index b300383..95b271d 100644
--- a/src/webidl-ast.c
+++ b/src/webidl-ast.c
@@ -5,7 +5,7 @@
#include <errno.h>
#include "webidl-ast.h"
-#include "genjsbind.h"
+#include "options.h"
extern int webidl_debug;
extern int webidl__flex_debug;