summaryrefslogtreecommitdiff
path: root/include/dom/dom.h
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2012-07-07 22:21:26 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2012-07-07 22:21:26 +0100
commit7d18edc5bfbb2a70840072d05da9b314274cf21d (patch)
tree43d10c947692a85d7b40973ae77bd0f0c968cff4 /include/dom/dom.h
parentc68390df675dc6d5799b30a139151382805ebde9 (diff)
downloadlibdom-7d18edc5bfbb2a70840072d05da9b314274cf21d.tar.gz
libdom-7d18edc5bfbb2a70840072d05da9b314274cf21d.tar.bz2
HTML{{,Button,Select,Form}Element,Document,Element,{,Options}Collection}: Make buttons work and forms contain their correct buttons
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 05ce3e6..47dacbb 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_button_element.h>
/* DOM Events header */
#include <dom/events/events.h>