From: Todd C. Miller Date: Thu, 24 Sep 1998 15:36:24 +0000 (+0000) Subject: time.h, not sys/time.h X-Git-Tag: SUDO_1_5_7~104 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4c0e6f882875b4b701b8d488a27dd84d8b8e8c43;p=sudo time.h, not sys/time.h --- diff --git a/check.c b/check.c index 9a05f2471..8e759d2be 100644 --- a/check.c +++ b/check.c @@ -55,10 +55,10 @@ static char rcsid[] = "$Id$"; #include #endif /* HAVE_STRINGS_H */ #include +#include #include #include #include -#include #include #include #include diff --git a/logging.c b/logging.c index c0e76371b..d89ad5905 100644 --- a/logging.c +++ b/logging.c @@ -60,8 +60,8 @@ static char rcsid[] = "$Id$"; #endif /* HAVE_MALLOC_H && !STDC_HEADERS */ #include #include +#include #include -#include #include #include #include