summaryrefslogtreecommitdiff
path: root/include/dom/dom.h
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2012-07-18 17:30:16 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2012-07-18 17:30:16 +0100
commit4e9b84df0f10116c0e73f1aaf80f9327d2bbbd3d (patch)
tree70dac023c6d299bb168c6f20c582b4c42fc6c4ea /include/dom/dom.h
parenta39e9bba071975fd6f81e5a4382f37e1f07db214 (diff)
downloadlibdom-4e9b84df0f10116c0e73f1aaf80f9327d2bbbd3d.tar.gz
libdom-4e9b84df0f10116c0e73f1aaf80f9327d2bbbd3d.tar.bz2
HTMLTextAreaElement: Make it work
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 c07231c..bfe9378 100644
--- a/include/dom/dom.h
+++ b/include/dom/dom.h
@@ -49,6 +49,7 @@
#include <dom/html/html_form_element.h>
#include <dom/html/html_input_element.h>
#include <dom/html/html_button_element.h>
+#include <dom/html/html_text_area_element.h>
/* DOM Events header */
#include <dom/events/events.h>