summaryrefslogtreecommitdiff
path: root/include/dom/dom.h
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2012-07-22 12:07:26 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2012-07-22 12:07:26 +0100
commitedcaeef8cf7d700d6013791a586714ffe3841769 (patch)
treecb51116e0216a1e5c16178a37e45630e0409b2c5 /include/dom/dom.h
parente9a0f3960d560ea5f98ecd6ccddb635b4dc029bb (diff)
downloadlibdom-edcaeef8cf7d700d6013791a586714ffe3841769.tar.gz
libdom-edcaeef8cf7d700d6013791a586714ffe3841769.tar.bz2
HTMLBodyElement: Implementation and test enabling
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 7a17152..b68085a 100644
--- a/include/dom/dom.h
+++ b/include/dom/dom.h
@@ -45,6 +45,7 @@
#include <dom/html/html_head_element.h>
#include <dom/html/html_link_element.h>
#include <dom/html/html_title_element.h>
+#include <dom/html/html_body_element.h>
#include <dom/html/html_meta_element.h>
#include <dom/html/html_form_element.h>
#include <dom/html/html_input_element.h>