aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rand
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-02-19 22:47:40 +0000
committerRichard Levitte <levitte@openssl.org>2001-02-19 22:47:40 +0000
commit4901b4165374ec6503bdcf8b5454549b596c5637 (patch)
treee7e8594b31bb5a1a3e9add07dbd9929be8d743b8 /crypto/rand
parent74cd365b0377705c2cac9ac722d4cf2199625ecf (diff)
downloadopenssl-4901b4165374ec6503bdcf8b5454549b596c5637.tar.gz
Make sure time() is properly declared.
Diffstat (limited to 'crypto/rand')
-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 b68e2bab91..8e48561354 100644
--- a/crypto/rand/rand_unix.c
+++ b/crypto/rand/rand_unix.c
@@ -120,6 +120,7 @@
#include <sys/times.h>
#include <fcntl.h>
#include <unistd.h>
+#include <time.h>
int RAND_poll(void)
{