diff options
Diffstat (limited to 'ext/xml/xml.c')
-rw-r--r-- | ext/xml/xml.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/xml/xml.c b/ext/xml/xml.c index 210d25648d..10b49119c3 100644 --- a/ext/xml/xml.c +++ b/ext/xml/xml.c @@ -63,6 +63,9 @@ PHP_XML_API php_xml_globals xml_globals; /* {{{ dynamically loadable module stuff */ #ifdef COMPILE_DL_XML ZEND_GET_MODULE(xml) +# ifdef PHP_WIN32 +# include "zend_arg_defs.c" +# endif #endif /* COMPILE_DL_XML */ /* }}} */ |