From 6d14a5c60b5f7848bc8274429de6c36ee7642d9c Mon Sep 17 00:00:00 2001 From: foobar Date: Wed, 9 Jan 2002 03:42:30 +0000 Subject: [PATCH] - Fixed compile with older libxml. # I had libxml 2.4.2 installed. --- ext/domxml/php_domxml.h | 1 + 1 file changed, 1 insertion(+) 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 -- 2.50.1