summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSterling Hughes <sterling@php.net>2003-07-09 03:14:41 +0000
committerSterling Hughes <sterling@php.net>2003-07-09 03:14:41 +0000
commit8fcd71dccf8df9eebe16d0585b706947528f4729 (patch)
tree6d3bc2db699848c3b55b6e24987ff435b7350870
parentae3101c5f10c89a7220272656728ebbbb79f982d (diff)
downloadphp-git-8fcd71dccf8df9eebe16d0585b706947528f4729.tar.gz
boom bam bing
-rw-r--r--ext/xml/expat_compat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/xml/expat_compat.h b/ext/xml/expat_compat.h
index 5652cbd526..89ee6a845e 100644
--- a/ext/xml/expat_compat.h
+++ b/ext/xml/expat_compat.h
@@ -24,6 +24,8 @@
#if !defined(HAVE_LIBEXPAT) && defined(HAVE_LIBXML)
#define LIBXML_EXPAT_COMPAT 1
+#include "php_compat.h"
+
#include <libxml/hash.h>
#include <libxml/parser.h>
#include <libxml/parserInternals.h>