From: Todd C. Miller Date: Sun, 6 Feb 2005 03:59:38 +0000 (+0000) Subject: Include time.h for time_t in compat.h for systems w/o struct timespec. X-Git-Tag: SUDO_1_7_0~722 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=90d2f5f50bce7796bb349620c788a6189530f77a;p=sudo Include time.h for time_t in compat.h for systems w/o struct timespec. --- diff --git a/sudo_noexec.c b/sudo_noexec.c index 024565e9d..4d676e2cc 100644 --- a/sudo_noexec.c +++ b/sudo_noexec.c @@ -15,6 +15,7 @@ */ #include +#include #include #include