From 90d2f5f50bce7796bb349620c788a6189530f77a Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sun, 6 Feb 2005 03:59:38 +0000 Subject: [PATCH] Include time.h for time_t in compat.h for systems w/o struct timespec. --- sudo_noexec.c | 1 + 1 file changed, 1 insertion(+) 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 -- 2.50.1