From: Paul Eggert Date: Mon, 27 Aug 2001 00:41:28 +0000 (+0000) Subject: Include ; required for C99 since we use strlen. X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Ftar;a=commitdiff_plain;h=255c8a9880a5d8ee61393865709f211811f11526 Include ; required for C99 since we use strlen. --- diff --git a/lib/prepargs.c b/lib/prepargs.c index d8ca5d0..2003b33 100644 --- a/lib/prepargs.c +++ b/lib/prepargs.c @@ -1,5 +1,5 @@ /* Parse arguments from a string and prepend them to an argv. - Copyright 1999, 2000 Free Software Foundation, Inc. + Copyright 1999, 2000, 2001 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 @@ -25,6 +25,10 @@ #include #include +#if HAVE_STRING_H +# include +#endif + #include /* IN_CTYPE_DOMAIN (C) is nonzero if the unsigned char C can safely be given