X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fpath-concat.c;h=abafd31ee7b4346353875ee20ce18d1f222a95ff;hb=refs%2Ftags%2FFILEUTILS-4_0-b4;hp=ff3978020f1c944aac2478d95f5358ccde51fe00;hpb=1b090a94e2cea617a2c1c71e5bf0e5dfdb256dce;p=gnulib.git diff --git a/lib/path-concat.c b/lib/path-concat.c index ff3978020..abafd31ee 100644 --- a/lib/path-concat.c +++ b/lib/path-concat.c @@ -1,5 +1,5 @@ /* path-concat.c -- concatenate two arbitrary pathnames - Copyright (C) 1996, 1997 Free Software Foundation, Inc. + Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -17,7 +17,7 @@ /* Written by Jim Meyering. */ -#ifdef HAVE_CONFIG_H +#if HAVE_CONFIG_H # include #endif @@ -26,6 +26,9 @@ #endif #include +#if HAVE_STRING_H +# include +#endif #include char *malloc ();