]> sjero.net Git - wget/blobdiff - src/connect.c
Imported slash/--no-parents and sys/time.h fixes from eleven (99b1afbc14bc).
[wget] / src / connect.c
index e4ad453b1658806eb37df21c72c8ec4d7306db26..2be764d41c2356f0302eafd41fadd8153c386ceb 100644 (file)
@@ -51,6 +51,9 @@ as that of the covered work.  */
 #ifdef HAVE_SYS_SELECT_H
 # include <sys/select.h>
 #endif /* HAVE_SYS_SELECT_H */
+#ifdef HAVE_SYS_TIME_H
+# include <sys/time.h>
+#endif
 #include "utils.h"
 #include "host.h"
 #include "connect.h"