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-21 17:37:12 +0530
commit76d5fd85e93ea48ff6ee9ba8af99f6b564bc536d (patch)
tree7f14a69b49a28fc1aed7407be578ebb5bfe5e55e /include/dom/dom.h
parentfc102fd14a29d7d738ce4e6053755a49c9ded314 (diff)
downloadlibdom-76d5fd85e93ea48ff6ee9ba8af99f6b564bc536d.tar.gz
libdom-76d5fd85e93ea48ff6ee9ba8af99f6b564bc536d.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>