AIX (V3) requires <sys/select.h> (included via e_os.h) for fd_set.
authorLutz Jänicke <jaenicke@openssl.org>
Thu, 20 Jun 2002 17:32:04 +0000 (17:32 +0000)
committerLutz Jänicke <jaenicke@openssl.org>
Thu, 20 Jun 2002 17:32:04 +0000 (17:32 +0000)
Submitted by: Bernhard Simon <bs@bsws.zid.tuwien.ac.at>
Reviewed by:
PR:

crypto/rand/rand_unix.c

index 5a78009e9aa4b9e9bf7cfef164007971ea1b2834..1257fa8d96c10e63b778db027e570cc3852aeb6f 100644 (file)
  *
  */
 
+#include "e_os.h"
 #include "cryptlib.h"
 #include <openssl/rand.h>
 #include "rand_lcl.h"