]> sjero.net Git - wget/blobdiff - src/ftp-basic.c
Remove redundant guard.
[wget] / src / ftp-basic.c
index 836f77e9c5f7dead390459c8ef9a6fdfd41aafe3..b2d21b1a1f086977d8d7c8e124c88f1d9b2d7139 100644 (file)
@@ -36,9 +36,7 @@ as that of the covered work.  */
 #include <errno.h>
 
 #include <string.h>
-#ifdef HAVE_UNISTD_H
-# include <unistd.h>
-#endif
+#include <unistd.h>
 #include "utils.h"
 #include "connect.h"
 #include "host.h"