From 2778955d85bbbc6a3b40f3cbf76c7220166fb2e4 Mon Sep 17 00:00:00 2001 From: John-Mark Bell Date: Sat, 16 Mar 2013 23:12:26 +0000 Subject: Install html_options_collection.h --- Makefile | 1 + include/dom/dom.h | 1 + 2 files changed, 2 insertions(+) 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 #include #include +#include /* DOM Events header */ #include -- cgit v1.2.3