Make sure time() is properly declared.

This commit is contained in:
Richard Levitte 2001-02-19 22:47:40 +00:00
parent 74cd365b03
commit 4901b41653

View File

@ -120,6 +120,7 @@
#include <sys/times.h>
#include <fcntl.h>
#include <unistd.h>
#include <time.h>
int RAND_poll(void)
{