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
commitb964a6b274541d67342be059a00fc80ced9db1bd (patch)
tree70dac023c6d299bb168c6f20c582b4c42fc6c4ea /include/dom/dom.h
parent0c976cfbf549118ce639017b46a4b05944f0ab53 (diff)
downloadlibdom-b964a6b274541d67342be059a00fc80ced9db1bd.tar.gz
libdom-b964a6b274541d67342be059a00fc80ced9db1bd.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>