From 150e3921b466415b1b95b429b3f48565d1d3971e 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 132ba019a9..86b33e8196 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.30.2