From d1e34222a851319531331b92abf53a79c44dcdc7 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 29 Jun 2000 11:29:55 +0000 Subject: Include or , as appropriate, for declaration of strcmp. --- lib/same.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib/same.c') diff --git a/lib/same.c b/lib/same.c index 1cfb69322..dc28c7bda 100644 --- a/lib/same.c +++ b/lib/same.c @@ -36,6 +36,12 @@ extern int errno; #endif +#if HAVE_STRING_H +# include +#else +# include +#endif + #include "same.h" #include "dirname.h" #include "error.h" -- cgit v1.2.3-54-g00ecf