diff options
author | Dan Libby <danda@php.net> | 2001-09-27 00:29:34 +0000 |
---|---|---|
committer | Dan Libby <danda@php.net> | 2001-09-27 00:29:34 +0000 |
commit | 061cd204003adf31debd2869dfc7cb11d14c3782 (patch) | |
tree | 0dd2fe2031a480c48ea6c2c9d74dc69ef6daaa1a | |
parent | 7e42c73a50e9213c6ee1d65c6efcf49c91afe196 (diff) | |
download | php-git-061cd204003adf31debd2869dfc7cb11d14c3782.tar.gz |
include php_compat.h, so that we use php_XML_* if necessary. Better to do it in expat.h, so that other libs, eg xmlrpc, inherit this behavior and we can link
-rw-r--r-- | ext/xml/expat/expat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/xml/expat/expat.h b/ext/xml/expat/expat.h index 7642512289..7114c0c220 100644 --- a/ext/xml/expat/expat.h +++ b/ext/xml/expat/expat.h @@ -7,6 +7,7 @@ See the file COPYING for copying permission. #define XmlParse_INCLUDED 1 #include <stdlib.h> +#include "php_compat.h" #ifndef XMLPARSEAPI # if defined(__declspec) && !defined(__BEOS__) |