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
commit93d15b3c23320e090e4348cb118b3905e6aeaf4f (patch)
tree61883294ab39916d33ad364e0d6dd74b4a5999b7 /src/html/html_document.c
parent836b1bdd7ce363b318c7eabd688a55c5c707f380 (diff)
downloadlibdom-93d15b3c23320e090e4348cb118b3905e6aeaf4f.tar.gz
libdom-93d15b3c23320e090e4348cb118b3905e6aeaf4f.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"