summaryrefslogtreecommitdiff
path: root/include/dom/dom.h
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2012-07-19 12:53:44 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2012-07-19 12:53:44 +0100
commit60f58af24d0ea8bc5c1aa6b3136674b67a3570a7 (patch)
tree0bbe87a2753abe72959ba107ca60d6b3befda718 /include/dom/dom.h
parent16ffca8ea8f166e065e5699033563f1e2b8c45fd (diff)
downloadlibdom-60f58af24d0ea8bc5c1aa6b3136674b67a3570a7.tar.gz
libdom-60f58af24d0ea8bc5c1aa6b3136674b67a3570a7.tar.bz2
HTMLOptGroupElement: Prepare for implementation
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 bfe9378..7a17152 100644
--- a/include/dom/dom.h
+++ b/include/dom/dom.h
@@ -50,6 +50,7 @@
#include <dom/html/html_input_element.h>
#include <dom/html/html_button_element.h>
#include <dom/html/html_text_area_element.h>
+#include <dom/html/html_opt_group_element.h>
/* DOM Events header */
#include <dom/events/events.h>