From: Todd C. Miller Date: Mon, 6 Dec 1993 06:12:34 +0000 (+0000) Subject: always include strings.h X-Git-Tag: SUDO_1_3_0~43 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0535ec788fdbe048aa46fc51cd27b11378407fcf;p=sudo always include strings.h --- diff --git a/check.c b/check.c index 3751a2302..16c55bb73 100644 --- a/check.c +++ b/check.c @@ -41,9 +41,7 @@ static char rcsid[] = "$Id$"; #include #include -#ifndef STD_HEADERS #include -#endif /* !STD_HEADERS */ #include #include #include diff --git a/find_path.c b/find_path.c index 7711c77cc..ae3ffc981 100644 --- a/find_path.c +++ b/find_path.c @@ -51,10 +51,9 @@ static char rcsid[] = "$Id$"; #include #ifdef STD_HEADERS #include -#else -#include #endif /* STD_HEADERS */ #include +#include #include #include #include