From: Jim Meyering Date: Thu, 25 Dec 1997 16:48:51 +0000 (+0000) Subject: Include if available. X-Git-Tag: FILEUTILS-3_16h~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a8e1f7bfda355c4506b267257650f3c2e2362d6;p=thirdparty%2Fcoreutils.git Include if available. --- diff --git a/lib/path-concat.c b/lib/path-concat.c index ff3978020f..b0c18a8c54 100644 --- a/lib/path-concat.c +++ b/lib/path-concat.c @@ -26,6 +26,9 @@ #endif #include +#ifdef HAVE_STRING_H +# include +#endif #include char *malloc ();