summaryrefslogtreecommitdiff
path: root/bindings/hubbub
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2012-03-25 11:32:54 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2012-03-25 11:32:54 +0000
commitf1ec61252656542be4487473f835e6820008e3ed (patch)
tree0afb140cc33cda09baf7d1ee7a5550d74017957a /bindings/hubbub
parentc71ca06eda85eb34afb863cf0d7c4c476a14cade (diff)
downloadlibdom-f1ec61252656542be4487473f835e6820008e3ed.tar.gz
libdom-f1ec61252656542be4487473f835e6820008e3ed.tar.bz2
Expose hubbub error definitions
svn path=/trunk/libdom/; revision=13681
Diffstat (limited to 'bindings/hubbub')
-rw-r--r--bindings/hubbub/parser.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/bindings/hubbub/parser.h b/bindings/hubbub/parser.h
index 820b8da..fe6204a 100644
--- a/bindings/hubbub/parser.h
+++ b/bindings/hubbub/parser.h
@@ -11,6 +11,8 @@
#include <stddef.h>
#include <inttypes.h>
+#include <hubbub/errors.h>
+
#include <dom/dom.h>
#include "errors.h"