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 b6e6352..e351d88 100644
--- a/Makefile
+++ b/Makefile
@@ -71,6 +71,7 @@ Is := include/dom/html
I := /include/dom/html
INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/html_element.h
INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/html_document.h
+INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/html_form_element.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 fc04457..94d97ff 100644
--- a/include/dom/dom.h
+++ b/include/dom/dom.h
@@ -40,6 +40,7 @@
/* DOM HTML headers */
#include <dom/html/html_element.h>
#include <dom/html/html_document.h>
+#include <dom/html/html_form_element.h>
/* DOM Events header */
#include <dom/events/events.h>