From: foobar Date: Wed, 9 Jan 2002 03:42:30 +0000 (+0000) Subject: - Fixed compile with older libxml. X-Git-Tag: PRE_ISSET_PATCH~244 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6d14a5c60b5f7848bc8274429de6c36ee7642d9c;p=php - Fixed compile with older libxml. # I had libxml 2.4.2 installed. --- diff --git a/ext/domxml/php_domxml.h b/ext/domxml/php_domxml.h index f80b16357e..2ff98c2303 100644 --- a/ext/domxml/php_domxml.h +++ b/ext/domxml/php_domxml.h @@ -24,6 +24,7 @@ #if HAVE_DOMXML #include #include +#include #if defined(LIBXML_HTML_ENABLED) #include #include