summaryrefslogtreecommitdiff
path: root/include/dom/dom.h
diff options
context:
space:
mode:
authorrsk1994 <rsk1coder99@gmail.com>2014-05-17 05:59:23 +0530
committerRupinder Singh Khokhar <rsk1coder99@gmail.com>2014-06-11 04:27:08 +0530
commit644e93ff924466c41e55bad14fb7a42c468a4f7c (patch)
tree23352d4ea0bfdd9ef90bfda6de12b8acb4f502c8 /include/dom/dom.h
parentadea85fad0882b49e70087c03c173fae6bf8d121 (diff)
downloadlibdom-644e93ff924466c41e55bad14fb7a42c468a4f7c.tar.gz
libdom-644e93ff924466c41e55bad14fb7a42c468a4f7c.tar.bz2
Area Element & documentElement minor fix
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 2a2e1cc..69a4f77 100644
--- a/include/dom/dom.h
+++ b/include/dom/dom.h
@@ -79,6 +79,7 @@
#include <dom/html/html_object_element.h>
#include <dom/html/html_param_element.h>
#include <dom/html/html_applet_element.h>
+#include <dom/html/html_area_element.h>
/* DOM Events header */
#include <dom/events/events.h>