summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)
{