From 0535ec788fdbe048aa46fc51cd27b11378407fcf Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 6 Dec 1993 06:12:34 +0000 Subject: [PATCH] always include strings.h --- check.c | 2 -- find_path.c | 3 +-- 2 files changed, 1 insertion(+), 4 deletions(-) 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 -- 2.50.1