From 29aebe76bc3445ef040bdef24d33762b4ecad3a0 Mon Sep 17 00:00:00 2001 From: Bo Yang Date: Fri, 14 Aug 2009 04:46:45 +0000 Subject: Add events module header into the dom.h svn path=/trunk/dom/; revision=9281 --- include/dom/dom.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') 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 #include +/* DOM Events header */ +#include + typedef enum dom_namespace { DOM_NAMESPACE_NULL = 0, DOM_NAMESPACE_HTML = 1, -- cgit v1.2.3