summaryrefslogtreecommitdiff
path: root/include/dom/dom.h
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2012-07-07 17:59:30 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2012-07-07 17:59:30 +0100
commit836b1bdd7ce363b318c7eabd688a55c5c707f380 (patch)
tree419779005bccb589561e1e4466d4e8adfa56d064 /include/dom/dom.h
parente3045cbd63f139c0448496b369a428657ae5bdf2 (diff)
downloadlibdom-836b1bdd7ce363b318c7eabd688a55c5c707f380.tar.gz
libdom-836b1bdd7ce363b318c7eabd688a55c5c707f380.tar.bz2
HTMLLinkElement: Implement and 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 80b5bd0..1c0e908 100644
--- a/include/dom/dom.h
+++ b/include/dom/dom.h
@@ -43,6 +43,7 @@
#include <dom/html/html_element.h>
#include <dom/html/html_html_element.h>
#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_form_element.h>