From: Todd C. Miller Date: Thu, 1 Dec 2011 15:47:23 +0000 (-0500) Subject: No longer need to include time.h here as missing.h does not use X-Git-Tag: SUDO_1_8_4~127^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3f4b68dd182123bb96cc135e75f548706ef809d2;p=sudo No longer need to include time.h here as missing.h does not use time_t. --- diff --git a/src/sudo_noexec.c b/src/sudo_noexec.c index 7f050aa3f..4e05720de 100644 --- a/src/sudo_noexec.c +++ b/src/sudo_noexec.c @@ -19,9 +19,6 @@ #include #include -#ifndef HAVE_TIMESPEC -# include -#endif #include #include "missing.h"