summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBo Yang <struggleyb.nku@gmail.com>2009-08-14 04:46:45 +0000
committerBo Yang <struggleyb.nku@gmail.com>2009-08-14 04:46:45 +0000
commit29aebe76bc3445ef040bdef24d33762b4ecad3a0 (patch)
treec3390c2c75ef242a4d76fd0eba9051e2c9f9cf60
parent6ec0dc62d48de4d58cc6ea2993a3450390615c3b (diff)
downloadlibdom-29aebe76bc3445ef040bdef24d33762b4ecad3a0.tar.gz
libdom-29aebe76bc3445ef040bdef24d33762b4ecad3a0.tar.bz2
Add events module header into the dom.h
svn path=/trunk/dom/; revision=9281
-rw-r--r--include/dom/dom.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/dom/dom.h b/include/dom/dom.h
index 7a882b8..3a0a138 100644
--- a/include/dom/dom.h
+++ b/include/dom/dom.h
@@ -41,6 +41,9 @@
#include <dom/core/typeinfo.h>
#include <dom/core/comment.h>
+/* DOM Events header */
+#include <dom/events/events.h>
+
typedef enum dom_namespace {
DOM_NAMESPACE_NULL = 0,
DOM_NAMESPACE_HTML = 1,