From: Jim Meyering Date: Thu, 25 Dec 1997 16:48:51 +0000 (+0000) Subject: Include if available. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a20d8d5cdee71fad81d63b7bb98304cee653d43;p=pspp 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 ();