diff options
Diffstat (limited to 'ext/xml/expat/xmlparse/hashtable.c')
-rw-r--r-- | ext/xml/expat/xmlparse/hashtable.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/xml/expat/xmlparse/hashtable.c b/ext/xml/expat/xmlparse/hashtable.c index 780a061041..9f9921fb0a 100644 --- a/ext/xml/expat/xmlparse/hashtable.c +++ b/ext/xml/expat/xmlparse/hashtable.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" #ifdef XML_UNICODE_WCHAR_T |