]> sjero.net Git - wget/blobdiff - src/connect.c
Remove redundant guard.
[wget] / src / connect.c
index 2922e88392a6fd584aee4dee27fef97fdfeebf45..44034ed8f1c78ab773da8ba11fc7b21881007004 100644 (file)
@@ -32,9 +32,7 @@ as that of the covered work.  */
 
 #include <stdio.h>
 #include <stdlib.h>
-#ifdef HAVE_UNISTD_H
-# include <unistd.h>
-#endif
+#include <unistd.h>
 #include <assert.h>
 
 #include <sys/socket.h>