summaryrefslogtreecommitdiff
path: root/include/dom/dom.h
diff options
context:
space:
mode:
authorrsk1994 <rsk1coder99@gmail.com>2014-03-05 19:25:45 +0530
committerrsk1994 <rsk1coder99@gmail.com>2014-03-05 19:25:45 +0530
commitdc6bcfdcc5058940a0ffc919587f1cce5c63ec2f (patch)
tree8942a65e0fd25edfdb4edff8155d6fd471340b2a /include/dom/dom.h
parentec446872606a65cf59e6bbbded464110353d9c59 (diff)
downloadlibdom-dc6bcfdcc5058940a0ffc919587f1cce5c63ec2f.tar.gz
libdom-dc6bcfdcc5058940a0ffc919587f1cce5c63ec2f.tar.bz2
final patch for adding hr tag to libdom
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 2ef6e9b..d34f27f 100644
--- a/include/dom/dom.h
+++ b/include/dom/dom.h
@@ -55,6 +55,7 @@
#include <dom/html/html_option_element.h>
#include <dom/html/html_select_element.h>
#include <dom/html/html_options_collection.h>
+#include <dom/html/html_hr_element.h>
/* DOM Events header */
#include <dom/events/events.h>