summaryrefslogtreecommitdiff
path: root/include/dom/dom.h
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2012-07-08 10:45:55 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2012-07-08 10:45:55 +0100
commitb07bae94e84e7f1d6e12fd697ceba7222d7250fa (patch)
tree4d763aca4deb59e4f21ffa8e348e576d7f10b954 /include/dom/dom.h
parent7d18edc5bfbb2a70840072d05da9b314274cf21d (diff)
downloadlibdom-b07bae94e84e7f1d6e12fd697ceba7222d7250fa.tar.gz
libdom-b07bae94e84e7f1d6e12fd697ceba7222d7250fa.tar.bz2
HTMLInputElement: Initial support and test enabling. Some TODOs left
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 47dacbb..c07231c 100644
--- a/include/dom/dom.h
+++ b/include/dom/dom.h
@@ -47,6 +47,7 @@
#include <dom/html/html_title_element.h>
#include <dom/html/html_meta_element.h>
#include <dom/html/html_form_element.h>
+#include <dom/html/html_input_element.h>
#include <dom/html/html_button_element.h>
/* DOM Events header */