diff options
Diffstat (limited to 'ext/xml/expat/xmlparse/xmlparse.c')
-rw-r--r-- | ext/xml/expat/xmlparse/xmlparse.c | 2 |
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" |