Include time.h before using time()

Signed-off-by: Jon Turney <jon.turney@dronecode.org.uk>
This commit is contained in:
Jon Turney 2014-09-14 00:05:27 +01:00
parent be1745c8eb
commit 656c08c542
No known key found for this signature in database
GPG Key ID: C7C86F0370285C81

View File

@ -34,6 +34,7 @@
#include <sys/param.h>
#include <unistd.h>
#include <stdlib.h>
#include <time.h>
#ifdef __INTERIX
/* _don't_ ask. interix has INADDR_LOOPBACK in here. */