summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Libby <danda@php.net>2001-09-27 00:29:34 +0000
committerDan Libby <danda@php.net>2001-09-27 00:29:34 +0000
commit061cd204003adf31debd2869dfc7cb11d14c3782 (patch)
tree0dd2fe2031a480c48ea6c2c9d74dc69ef6daaa1a
parent7e42c73a50e9213c6ee1d65c6efcf49c91afe196 (diff)
downloadphp-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.h1
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__)