summaryrefslogtreecommitdiff
path: root/ext/xml/expat/xmlparse/xmlparse.c
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2000-03-04 14:44:01 +0000
committerSascha Schumann <sas@php.net>2000-03-04 14:44:01 +0000
commit315999da94c25341ec19f0fb82b5df2f14671f18 (patch)
tree9bd6880fe3879474a91c02cbbd2d0809d6ad4cdd /ext/xml/expat/xmlparse/xmlparse.c
parent365f3794359fd9823c2f627c1e05b75933444d4a (diff)
downloadphp-git-315999da94c25341ec19f0fb82b5df2f14671f18.tar.gz
Prefix some symbols with php_
^(pcre|Xml|XML).*
Diffstat (limited to 'ext/xml/expat/xmlparse/xmlparse.c')
-rw-r--r--ext/xml/expat/xmlparse/xmlparse.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/xml/expat/xmlparse/xmlparse.c b/ext/xml/expat/xmlparse/xmlparse.c
index aba28061d2..3354bcbc96 100644
--- a/ext/xml/expat/xmlparse/xmlparse.c
+++ b/ext/xml/expat/xmlparse/xmlparse.c
@@ -28,6 +28,8 @@ GPL. If you do not delete the provisions above, a recipient may use
your version of this file under either the MPL or the GPL.
*/
+#include "php_compat.h"
+
#include "xmldef.h"
#include "xmlparse.h"