summaryrefslogtreecommitdiff
path: root/include/dom/dom.h
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2012-07-07 16:52:28 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2012-07-07 16:52:28 +0100
commit850dc22c26155fce870d14f7ad90075dfd636581 (patch)
treeccc94c48ccb6d800d07c15f0aab3c76fc5d1ced1 /include/dom/dom.h
parent3ef2a1413de900aa096887bfbf7e6447c41c668a (diff)
downloadlibdom-850dc22c26155fce870d14f7ad90075dfd636581.tar.gz
libdom-850dc22c26155fce870d14f7ad90075dfd636581.tar.bz2
Makefile: Install the html_collection header and include it from dom.h
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 20cd164..80b5bd0 100644
--- a/include/dom/dom.h
+++ b/include/dom/dom.h
@@ -38,6 +38,7 @@
#include <dom/core/comment.h>
/* DOM HTML headers */
+#include <dom/html/html_collection.h>
#include <dom/html/html_document.h>
#include <dom/html/html_element.h>
#include <dom/html/html_html_element.h>