[Compile errors] Fix some errors on ancient toolchains.

Fix some random errors on older toolchains where sys/time.h does
not include time.h.
pull/133/head
Suresh Sundriyal 10 years ago
parent eab197ecdc
commit 89b31050f1

@ -1,6 +1,8 @@
#include "config.h" #include "config.h"
#include <time.h> #include <time.h>
#include <sys/time.h>
#include <stddef.h>
time_t time(time_t *loc) time_t time(time_t *loc)
{ {

Loading…
Cancel
Save