From: Pauli Date: Mon, 17 Sep 2018 00:40:32 +0000 (+1000) Subject: Add missing include file. X-Git-Tag: OpenSSL_1_1_1a~153 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d2d3b5ded7b1ab82e17f964d52904a5041934805;p=oweals%2Fopenssl.git Add missing include file. Specifically, include e_os.h to pick up alloca definition for WIN32. Reviewed-by: Tim Hudson (Merged from https://github.com/openssl/openssl/pull/7234) (cherry picked from commit a825856ab719b0fcce229faad2b437fc88985251) --- diff --git a/crypto/o_fopen.c b/crypto/o_fopen.c index f08f99b414..7d51ad7254 100644 --- a/crypto/o_fopen.c +++ b/crypto/o_fopen.c @@ -25,14 +25,12 @@ # endif # endif +#include "e_os.h" #include "internal/cryptlib.h" #if !defined(OPENSSL_NO_STDIO) # include -# ifdef _WIN32 -# include -# endif # ifdef __DJGPP__ # include # endif