From 27d8c463f0e6e4b17b7bfa25ac02c3dfc03b4548 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 29 Jun 2000 11:29:55 +0000 Subject: [PATCH] Include or , as appropriate, for declaration of strcmp. --- lib/same.c | 6 ++++++ 1 file changed, 6 insertions(+) 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" -- 2.11.0