Make sure time() is properly declared.
authorRichard Levitte <levitte@openssl.org>
Mon, 19 Feb 2001 22:47:40 +0000 (22:47 +0000)
committerRichard Levitte <levitte@openssl.org>
Mon, 19 Feb 2001 22:47:40 +0000 (22:47 +0000)
crypto/rand/rand_unix.c

index b68e2bab91aee651173ee7ec1184b5d84f0b7c00..8e48561354e22fa038a460e9dc6fe97a712d266b 100644 (file)
 #include <sys/times.h>
 #include <fcntl.h>
 #include <unistd.h>
+#include <time.h>
 
 int RAND_poll(void)
 {