From: Richard Levitte Date: Mon, 19 Feb 2001 22:47:40 +0000 (+0000) Subject: Make sure time() is properly declared. X-Git-Tag: OpenSSL_0_9_6a-beta1~23^2~71 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=4901b4165374ec6503bdcf8b5454549b596c5637;hp=74cd365b0377705c2cac9ac722d4cf2199625ecf Make sure time() is properly declared. --- 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) {