From a95d2c5133e1a71671739e97d34dabc93bdf9cbc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bodo=20M=C3=B6ller?= Date: Tue, 3 Apr 2001 14:03:19 +0000 Subject: [PATCH] Make sure OPENSSL_SYS_... is defined when we need it. --- crypto/cast/cast_lcl.h | 5 +++-- crypto/rand/rand_egd.c | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/crypto/cast/cast_lcl.h b/crypto/cast/cast_lcl.h index f11e3b3ee9..37f41cc6a4 100644 --- a/crypto/cast/cast_lcl.h +++ b/crypto/cast/cast_lcl.h @@ -56,13 +56,14 @@ * [including the GNU Public Licence.] */ + +#include "e_os.h" + #ifdef OPENSSL_SYS_WIN32 #include #endif -#include "e_os.h" /* OPENSSL_EXTERN */ - #ifdef OPENSSL_BUILD_SHLIBCRYPTO # undef OPENSSL_EXTERN # define OPENSSL_EXTERN OPENSSL_EXPORT diff --git a/crypto/rand/rand_egd.c b/crypto/rand/rand_egd.c index a382d93776..dc54e5fa12 100644 --- a/crypto/rand/rand_egd.c +++ b/crypto/rand/rand_egd.c @@ -54,6 +54,7 @@ * */ +#include #include /* -- 2.25.1