]> sjero.net Git - wget/blobdiff - src/connect.c
Guard inclusion of some headers.
[wget] / src / connect.c
index 34b40abc5abcfb225a043f88ee55df8f5e0a5b0c..6eca1ded24464daf542c5b41281d30c8eea51614 100644 (file)
@@ -58,9 +58,7 @@ as that of the covered work.  */
 
 #include <errno.h>
 #include <string.h>
-#ifdef HAVE_SYS_TIME_H
-# include <sys/time.h>
-#endif
+#include <sys/time.h>
 #include "utils.h"
 #include "host.h"
 #include "connect.h"