]> sjero.net Git - wget/blobdiff - src/ftp.c
Remove redundant guard.
[wget] / src / ftp.c
index 8dddeed89cba85e1d83db44562c3a9c208edf059..9e6160bd6494ae376635597c97cf417958824ba9 100644 (file)
--- a/src/ftp.c
+++ b/src/ftp.c
@@ -34,9 +34,7 @@ as that of the covered work.  */
 #include <stdlib.h>
 #include <string.h>
 #include <strings.h>
-#ifdef HAVE_UNISTD_H
-# include <unistd.h>
-#endif
+#include <unistd.h>
 #include <assert.h>
 #include <errno.h>
 #include <time.h>