Include time.h for time_t in compat.h for systems w/o struct timespec.

This commit is contained in:
Todd C. Miller
2005-02-06 03:59:38 +00:00
parent f780611c33
commit 90d2f5f50b

View File

@@ -15,6 +15,7 @@
*/
#include <errno.h>
#include <time.h>
#include <config.h>
#include <compat.h>