diff options
Diffstat (limited to 'ext/ldap/ldap.c')
-rw-r--r-- | ext/ldap/ldap.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/ldap/ldap.c b/ext/ldap/ldap.c index 71f06b1731..697855a9bf 100644 --- a/ext/ldap/ldap.c +++ b/ext/ldap/ldap.c @@ -180,6 +180,9 @@ zend_module_entry ldap_module_entry = { #ifdef COMPILE_DL_LDAP ZEND_GET_MODULE(ldap) +# ifdef PHP_WIN32 +# include "zend_arg_defs.c" +# endif #endif static void _close_ldap_link(zend_rsrc_list_entry *rsrc TSRMLS_DC) |