From a825856ab719b0fcce229faad2b437fc88985251 Mon Sep 17 00:00:00 2001 From: Pauli Date: Mon, 17 Sep 2018 10:40:32 +1000 Subject: 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) --- crypto/o_fopen.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'crypto/o_fopen.c') 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 -- cgit v1.2.1