From 4901b4165374ec6503bdcf8b5454549b596c5637 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Mon, 19 Feb 2001 22:47:40 +0000 Subject: [PATCH 1/1] Make sure time() is properly declared. --- 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 b68e2bab91..8e48561354 100644 --- a/crypto/rand/rand_unix.c +++ b/crypto/rand/rand_unix.c @@ -120,6 +120,7 @@ #include #include #include +#include int RAND_poll(void) { -- 2.34.1