summaryrefslogtreecommitdiff
path: root/include/dom/dom.h
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2012-07-07 18:12:12 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2012-07-07 18:12:12 +0100
commit890da96b1b601f622a12a7832c3cb654b146e693 (patch)
tree61883294ab39916d33ad364e0d6dd74b4a5999b7 /include/dom/dom.h
parent9c7a1bb6872159035fd6b4640cf9ec62b8630b54 (diff)
downloadlibdom-890da96b1b601f622a12a7832c3cb654b146e693.tar.gz
libdom-890da96b1b601f622a12a7832c3cb654b146e693.tar.bz2
HTMLMetaElement: Implement, install, enable tests
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 1c0e908..05ce3e6 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_meta_element.h>
#include <dom/html/html_form_element.h>
/* DOM Events header */