From: Rob Richards Date: Mon, 22 Sep 2003 19:04:49 +0000 (+0000) Subject: move hash.h for libxml 2.6 compatibility X-Git-Tag: RELEASE_1_3b2~103 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8569ee1c1e4f4cc4c162d6fb2bff6ca150138d79;p=php move hash.h for libxml 2.6 compatibility --- diff --git a/ext/xml/expat_compat.h b/ext/xml/expat_compat.h index 89ee6a845e..16407ff71c 100644 --- a/ext/xml/expat_compat.h +++ b/ext/xml/expat_compat.h @@ -26,10 +26,10 @@ #include "php_compat.h" -#include #include #include #include +#include typedef xmlChar XML_Char;