diff options
Diffstat (limited to 'ext/xml')
-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; |