From: Hannes Magnusson Date: Tue, 20 Jun 2006 18:04:25 +0000 (+0000) Subject: MFH: Missing header include X-Git-Tag: php-5.2.0RC1~275 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c14ba0f1246b3e40182f2b17c987f507b1bceddc;p=php MFH: Missing header include --- diff --git a/ext/dom/php_dom.h b/ext/dom/php_dom.h index be1e956bfb..1b20d8cff6 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