From c93ac403ed1e3688c4d0f2743f01b2dad494bf22 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 13 May 1999 20:48:44 +0000 Subject: [PATCH] Include or for strlen prototype. --- lib/human.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/human.c b/lib/human.c index 132ba01..86b33e8 100644 --- a/lib/human.c +++ b/lib/human.c @@ -30,6 +30,12 @@ # include #endif +#if HAVE_STRING_H +# include +#else +# include +#endif + #ifndef CHAR_BIT # define CHAR_BIT 8 #endif -- 2.7.4