diff options
author | Rob Richards <rrichards@php.net> | 2003-09-22 19:04:49 +0000 |
---|---|---|
committer | Rob Richards <rrichards@php.net> | 2003-09-22 19:04:49 +0000 |
commit | 8569ee1c1e4f4cc4c162d6fb2bff6ca150138d79 (patch) | |
tree | 2ba3ba784403b1be320ee3155d90778f919dee03 /ext/xml/expat_compat.h | |
parent | 8cd08f7e9db6e838c653036035555c852b355ec1 (diff) | |
download | php-git-8569ee1c1e4f4cc4c162d6fb2bff6ca150138d79.tar.gz |
move hash.h for libxml 2.6 compatibility
Diffstat (limited to 'ext/xml/expat_compat.h')
-rw-r--r-- | ext/xml/expat_compat.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <libxml/hash.h> #include <libxml/parser.h> #include <libxml/parserInternals.h> #include <libxml/tree.h> +#include <libxml/hash.h> typedef xmlChar XML_Char; |