Include sys/time.h if we have it defined, needed for some systems, to define time_t

This commit is contained in:
Ben Collins 1999-05-04 12:40:29 +00:00
parent b882fd8ca9
commit a0c33034bf

View File

@ -16,6 +16,9 @@
#include <stdio.h>
#include <stdlib.h>
#ifdef HAVE_SYS_TIME_H
#include <sys/time.h>
#endif
#include <ac/string.h>
#include <ac/ctype.h>