X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fftp-ls.c;h=2ff57cc05b2d63c9355a088a100cf81c4d2b0ca7;hp=8fb210644d7719a4af6383742ef435b0f1da7d0d;hb=2f6aa1d7417df1dfc58597777686fbd77179b9fd;hpb=542c54998548cddcaeb8c9f43952a4d5a96aaedb diff --git a/src/ftp-ls.c b/src/ftp-ls.c index 8fb21064..2ff57cc0 100644 --- a/src/ftp-ls.c +++ b/src/ftp-ls.c @@ -1,6 +1,7 @@ /* Parsing FTP `ls' output. Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, + Inc. This file is part of GNU Wget. @@ -33,9 +34,7 @@ as that of the covered work. */ #include #include #include -#ifdef HAVE_UNISTD_H -# include -#endif +#include #include #include #include "utils.h"