diff options
author | Sterling Hughes <sterling@php.net> | 2003-07-09 03:14:41 +0000 |
---|---|---|
committer | Sterling Hughes <sterling@php.net> | 2003-07-09 03:14:41 +0000 |
commit | 8fcd71dccf8df9eebe16d0585b706947528f4729 (patch) | |
tree | 6d3bc2db699848c3b55b6e24987ff435b7350870 | |
parent | ae3101c5f10c89a7220272656728ebbbb79f982d (diff) | |
download | php-git-8fcd71dccf8df9eebe16d0585b706947528f4729.tar.gz |
boom bam bing
-rw-r--r-- | ext/xml/expat_compat.h | 2 |
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> |