diff options
Diffstat (limited to 'ext/openssl/openssl.c')
-rw-r--r-- | ext/openssl/openssl.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/openssl/openssl.c b/ext/openssl/openssl.c index 071b5027a6..2618379674 100644 --- a/ext/openssl/openssl.c +++ b/ext/openssl/openssl.c @@ -145,6 +145,9 @@ zend_module_entry openssl_module_entry = { #ifdef COMPILE_DL_OPENSSL ZEND_GET_MODULE(openssl) +# ifdef PHP_WIN32 +# include "zend_arg_defs.c" +# endif #endif static int le_key; |