From: Todd C. Miller Date: Tue, 16 Nov 1999 06:09:23 +0000 (+0000) Subject: need sys/time.h if HAVE_SETRLIMIT X-Git-Tag: SUDO_1_6_0~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1976aec18c8b96082a98e224432a334b295d7753;p=sudo need sys/time.h if HAVE_SETRLIMIT --- diff --git a/sudo.c b/sudo.c index 50da03cdb..f332715ef 100644 --- a/sudo.c +++ b/sudo.c @@ -64,6 +64,7 @@ #include #include #ifdef HAVE_SETRLIMIT +#include #include #endif #if defined(HAVE_GETPRPWNAM) && defined(HAVE_SET_AUTH_PARAMETERS)