summaryrefslogtreecommitdiff
path: root/include/dom/dom.h
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2012-07-07 15:14:26 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2012-07-07 15:14:26 +0100
commit90b1ce030de101026f33ed0c951b0d07f06792fa (patch)
treeecf3ff81b6f25bc069396dfb901c10cf52c2aa8e /include/dom/dom.h
parent6f6f365c502da0cefd468755f55848301f7518e7 (diff)
downloadlibdom-90b1ce030de101026f33ed0c951b0d07f06792fa.tar.gz
libdom-90b1ce030de101026f33ed0c951b0d07f06792fa.tar.bz2
HTMLHeadElement: Support for the element, enable the test
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 0ce0a23..77a40b3 100644
--- a/include/dom/dom.h
+++ b/include/dom/dom.h
@@ -41,6 +41,7 @@
#include <dom/html/html_document.h>
#include <dom/html/html_element.h>
#include <dom/html/html_html_element.h>
+#include <dom/html/html_head_element.h>
#include <dom/html/html_form_element.h>
/* DOM Events header */