summaryrefslogtreecommitdiff
path: root/src/html/html_document.c
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 /src/html/html_document.c
parent9c7a1bb6872159035fd6b4640cf9ec62b8630b54 (diff)
downloadlibdom-890da96b1b601f622a12a7832c3cb654b146e693.tar.gz
libdom-890da96b1b601f622a12a7832c3cb654b146e693.tar.bz2
HTMLMetaElement: Implement, install, enable tests
Diffstat (limited to 'src/html/html_document.c')
-rw-r--r--src/html/html_document.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/html/html_document.c b/src/html/html_document.c
index ae36454..b266844 100644
--- a/src/html/html_document.c
+++ b/src/html/html_document.c
@@ -15,6 +15,7 @@
#include "html/html_head_element.h"
#include "html/html_link_element.h"
#include "html/html_title_element.h"
+#include "html/html_meta_element.h"
#include "html/html_form_element.h"
#include "core/string.h"