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
commit518ac57a9ad7dc02b53611bcddbfd62688494a90 (patch)
tree4d763aca4deb59e4f21ffa8e348e576d7f10b954 /include/dom/dom.h
parent146bda077e00e3feffc3748af681f10494fc9c5c (diff)
downloadlibdom-518ac57a9ad7dc02b53611bcddbfd62688494a90.tar.gz
libdom-518ac57a9ad7dc02b53611bcddbfd62688494a90.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 */