summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@netsurf-browser.org>2012-03-24 20:12:02 +0000
committerDaniel Silverstone <dsilvers@netsurf-browser.org>2012-03-24 20:12:02 +0000
commit91ef0db503906bc8450ea3820899b8f8abde33e6 (patch)
tree008548d8bf53c3d64b0110f6da4a23f92ac7f797 /include
parenteb95e66fb912bf64d0da24b78505da21860c47fa (diff)
downloadlibdom-91ef0db503906bc8450ea3820899b8f8abde33e6.tar.gz
libdom-91ef0db503906bc8450ea3820899b8f8abde33e6.tar.bz2
Include html_document.h in dom.h
svn path=/trunk/libdom/; revision=13618
Diffstat (limited to 'include')
-rw-r--r--include/dom/dom.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dom/dom.h b/include/dom/dom.h
index 917c114..fc04457 100644
--- a/include/dom/dom.h
+++ b/include/dom/dom.h
@@ -39,6 +39,7 @@
/* DOM HTML headers */
#include <dom/html/html_element.h>
+#include <dom/html/html_document.h>
/* DOM Events header */
#include <dom/events/events.h>