From: Jim Meyering Date: Thu, 13 May 1999 20:48:44 +0000 (+0000) Subject: Include or for strlen prototype. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=150e3921b466415b1b95b429b3f48565d1d3971e;p=pspp 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