summaryrefslogtreecommitdiff
path: root/ext/xml
diff options
context:
space:
mode:
authorRob Richards <rrichards@php.net>2003-09-22 19:04:49 +0000
committerRob Richards <rrichards@php.net>2003-09-22 19:04:49 +0000
commit8569ee1c1e4f4cc4c162d6fb2bff6ca150138d79 (patch)
tree2ba3ba784403b1be320ee3155d90778f919dee03 /ext/xml
parent8cd08f7e9db6e838c653036035555c852b355ec1 (diff)
downloadphp-git-8569ee1c1e4f4cc4c162d6fb2bff6ca150138d79.tar.gz
move hash.h for libxml 2.6 compatibility
Diffstat (limited to 'ext/xml')
-rw-r--r--ext/xml/expat_compat.h2
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;