From d293e6e7ffdc9224ffba9593f4cc8f73701f2cd5 Mon Sep 17 00:00:00 2001 From: Rupinder Singh Khokhar Date: Tue, 10 Jun 2014 20:17:18 +0530 Subject: This tag gave me a headache for a day or two :P. The problem is that the parser isnt handling the isindex element properly. I have left this tag incomplete right now. Will look at it later on. --- include/dom/dom.h | 1 + include/dom/html/html_isindex_element.h | 1 + 2 files changed, 2 insertions(+) (limited to 'include') diff --git a/include/dom/dom.h b/include/dom/dom.h index 1392ee0..0dba25d 100644 --- a/include/dom/dom.h +++ b/include/dom/dom.h @@ -93,6 +93,7 @@ #include #include #include +#include /* DOM Events header */ #include diff --git a/include/dom/html/html_isindex_element.h b/include/dom/html/html_isindex_element.h index 966b2d2..d41a149 100644 --- a/include/dom/html/html_isindex_element.h +++ b/include/dom/html/html_isindex_element.h @@ -9,6 +9,7 @@ #define dom_html_isindex_element_h_ #include +#include struct dom_html_form_element; -- cgit v1.2.3