summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2012-07-07 15:31:40 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2012-07-07 15:57:17 +0100
commit73cbed2db0bb587f2c544cdf92dbf56eb7a79971 (patch)
tree57bb6b019ddafa022ff2cb12d34110448b11cbd7 /include
parent96f36b38bdfb3008d5cd6e94da6ad13faf93fd97 (diff)
downloadlibdom-73cbed2db0bb587f2c544cdf92dbf56eb7a79971.tar.gz
libdom-73cbed2db0bb587f2c544cdf92dbf56eb7a79971.tar.bz2
HTMLTitleElement: Implementation and enabling of test
Diffstat (limited to 'include')
-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 77a40b3..20cd164 100644
--- a/include/dom/dom.h
+++ b/include/dom/dom.h
@@ -42,6 +42,7 @@
#include <dom/html/html_element.h>
#include <dom/html/html_html_element.h>
#include <dom/html/html_head_element.h>
+#include <dom/html/html_title_element.h>
#include <dom/html/html_form_element.h>
/* DOM Events header */