From: Jim Meyering Date: Thu, 13 May 1999 20:48:44 +0000 (+0000) Subject: Include or for strlen prototype. X-Git-Tag: TEXTUTILS-1_22l~22 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c93ac403ed1e3688c4d0f2743f01b2dad494bf22;p=thirdparty%2Fcoreutils.git Include or for strlen prototype. --- 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