From d6e8f6ae2b81dd2fe7a77c19106cf31df3c10da0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lutz=20J=C3=A4nicke?= Date: Thu, 20 Jun 2002 17:31:12 +0000 Subject: [PATCH] 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(+) 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" -- 2.25.1