From: Jim Meyering Date: Thu, 13 May 1999 20:48:44 +0000 (+0000) Subject: Include or for strlen prototype. X-Git-Tag: cvs-readonly~7331 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=150e3921b466415b1b95b429b3f48565d1d3971e;p=gnulib.git Include or for strlen prototype. --- diff --git a/lib/human.c b/lib/human.c index 132ba019a..86b33e819 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