From: Pauli Date: Mon, 17 Sep 2018 00:40:32 +0000 (+1000) Subject: Add missing include file. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a825856ab719b0fcce229faad2b437fc88985251;p=openssl 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) --- 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