From da0616cd135a110e99b19f2288a00e8841e6ce59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lutz=20J=C3=A4nicke?= Date: Thu, 20 Jun 2002 17:32:04 +0000 Subject: AIX (V3) requires (included via e_os.h) for fd_set. Submitted by: Bernhard Simon Reviewed by: PR: --- crypto/rand/rand_unix.c | 1 + 1 file changed, 1 insertion(+) (limited to 'crypto') 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" -- cgit v1.2.3