From: Anatol Belski Date: Tue, 23 Jul 2013 16:06:51 +0000 (+0200) Subject: fix missing include X-Git-Tag: php-5.5.2RC1~11^2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f00d796b7ef290b4fa515ae09afc34f17201528f;p=php fix missing include --- diff --git a/ext/openssl/openssl.c b/ext/openssl/openssl.c index c939c01b2b..655980e20c 100644 --- a/ext/openssl/openssl.c +++ b/ext/openssl/openssl.c @@ -35,6 +35,9 @@ #include "ext/standard/php_fopen_wrappers.h" #include "ext/standard/md5.h" #include "ext/standard/base64.h" +#ifdef PHP_WIN32 +# include "win32/winutil.h" +#endif /* OpenSSL includes */ #include