From: Hannes Magnusson Date: Tue, 20 Jun 2006 18:00:11 +0000 (+0000) Subject: Add missing header include X-Git-Tag: RELEASE_1_0_0RC1~2687 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d9f977e68559fca83b708e4c23fa3e045ef4723c;p=php Add missing header include --- diff --git a/ext/dom/php_dom.h b/ext/dom/php_dom.h index 7afbbf0442..ad2fe2fec2 100644 --- a/ext/dom/php_dom.h +++ b/ext/dom/php_dom.h @@ -37,6 +37,7 @@ extern zend_module_entry dom_module_entry; #include #include #include +#include #if defined(LIBXML_HTML_ENABLED) #include #include