2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-28 21:07:55 +00:00

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 <errno.h>
#include <time.h>
#include <config.h> #include <config.h>
#include <compat.h> #include <compat.h>