X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=lib%2Fprepargs.c;h=1b0d9f5ed28ae9bf847b873a163707607a842fd5;hb=1cdb7823ae6f6c4a627cd8879f8b2ea2a29db7e6;hp=d8ca5d0bf36fd46790bf1b4a1cf720448ce39b8f;hpb=614f749ff77c5e9817897ff8166bddd26915a78e;p=chaz%2Ftar diff --git a/lib/prepargs.c b/lib/prepargs.c index d8ca5d0..1b0d9f5 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 @@ -13,8 +13,8 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA - 02111-1307, USA. */ + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + 02110-1301, USA. */ /* Written by Paul Eggert . */ @@ -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