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 b9e1d8b..749c2e4 100644
--- a/Makefile
+++ b/Makefile
@@ -95,6 +95,7 @@ INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/html_select_element.h
INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/html_text_area_element.h
INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/html_option_element.h
INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/html_opt_group_element.h
+INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/html_options_collection.h
INSTALL_ITEMS := $(INSTALL_ITEMS) /lib/pkgconfig:lib$(COMPONENT).pc.in
INSTALL_ITEMS := $(INSTALL_ITEMS) /lib:$(OUTPUT)
diff --git a/include/dom/dom.h b/include/dom/dom.h
index f9d8817..2ef6e9b 100644
--- a/include/dom/dom.h
+++ b/include/dom/dom.h
@@ -54,6 +54,7 @@
#include <dom/html/html_opt_group_element.h>
#include <dom/html/html_option_element.h>
#include <dom/html/html_select_element.h>
+#include <dom/html/html_options_collection.h>
/* DOM Events header */
#include <dom/events/events.h>