diff options
Diffstat (limited to 'ext/gmp/gmp.c')
-rw-r--r-- | ext/gmp/gmp.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/gmp/gmp.c b/ext/gmp/gmp.c index 1363b6710d..4ae71cae86 100644 --- a/ext/gmp/gmp.c +++ b/ext/gmp/gmp.c @@ -99,6 +99,9 @@ zend_module_entry gmp_module_entry = { #ifdef COMPILE_DL_GMP ZEND_GET_MODULE(gmp) +# ifdef PHP_WIN32 +# include "zend_arg_defs.c" +# endif #endif static void _php_gmpnum_free(zend_rsrc_list_entry *rsrc TSRMLS_DC); |