summaryrefslogtreecommitdiff
path: root/include/dom/dom.h
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
commit616b54660a6ebf31594c11ec2f7320115937e26b (patch)
tree008548d8bf53c3d64b0110f6da4a23f92ac7f797 /include/dom/dom.h
parentb31642a8f57330f6d266a8e7cba48b8665ff367a (diff)
downloadlibdom-616b54660a6ebf31594c11ec2f7320115937e26b.tar.gz
libdom-616b54660a6ebf31594c11ec2f7320115937e26b.tar.bz2
Include html_document.h in dom.h
svn path=/trunk/libdom/; revision=13618
Diffstat (limited to 'include/dom/dom.h')
-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>