From: Lutz Jänicke Date: Thu, 20 Jun 2002 17:32:04 +0000 (+0000) Subject: AIX (V3) requires (included via e_os.h) for fd_set. X-Git-Tag: OpenSSL_0_9_6e~26^2~52 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=da0616cd135a110e99b19f2288a00e8841e6ce59;p=oweals%2Fopenssl.git AIX (V3) requires (included via e_os.h) for fd_set. Submitted by: Bernhard Simon Reviewed by: PR: --- diff --git a/crypto/rand/rand_unix.c b/crypto/rand/rand_unix.c index 5a78009e9a..1257fa8d96 100644 --- a/crypto/rand/rand_unix.c +++ b/crypto/rand/rand_unix.c @@ -109,6 +109,7 @@ * */ +#include "e_os.h" #include "cryptlib.h" #include #include "rand_lcl.h"