summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorLutz Jänicke <jaenicke@openssl.org>2002-06-20 17:32:04 +0000
committerLutz Jänicke <jaenicke@openssl.org>2002-06-20 17:32:04 +0000
commitda0616cd135a110e99b19f2288a00e8841e6ce59 (patch)
tree6cb3a8f490786f49e9cbdd43d4c635192d0d5ac2 /crypto
parent1c02ca537a68f385584a0f6a7b1a7043e6786891 (diff)
AIX (V3) requires <sys/select.h> (included via e_os.h) for fd_set.
Submitted by: Bernhard Simon <bs@bsws.zid.tuwien.ac.at> Reviewed by: PR:
Diffstat (limited to 'crypto')
-rw-r--r--crypto/rand/rand_unix.c1
1 files changed, 1 insertions, 0 deletions
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 <openssl/rand.h>
#include "rand_lcl.h"