summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile1
-rw-r--r--include/dom/dom.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 96e2d4e..0c83160 100644
--- a/Makefile
+++ b/Makefile
@@ -80,6 +80,7 @@ INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/document_event.h
Is := include/dom/html
I := /include/dom/html
INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/html_document.h
+INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/html_collection.h
INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/html_element.h
INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/html_html_element.h
INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/html_head_element.h
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>