From: Christian Stocker Date: Thu, 15 Aug 2002 18:02:25 +0000 (+0000) Subject: include libxml/xinclude.h to make some compilers happy X-Git-Tag: php-4.3.0dev_zend2_alpha3~27 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=993d235c07e30568f2d04b169fcf36e0f24c713a;p=php include libxml/xinclude.h to make some compilers happy --- diff --git a/ext/domxml/php_domxml.h b/ext/domxml/php_domxml.h index 606e18e01e..fe5b861893 100644 --- a/ext/domxml/php_domxml.h +++ b/ext/domxml/php_domxml.h @@ -26,6 +26,7 @@ #include #include #include +#include #if defined(LIBXML_HTML_ENABLED) #include #include