]> sjero.net Git - wget/blobdiff - src/connect.c
Merge with mainline.
[wget] / src / connect.c
index 41258d26fca07176243b1b498a5afbba34cdc299..0a54c852a89fa804fc212d2c4f1b843800cb704f 100644 (file)
@@ -59,6 +59,11 @@ as that of the covered work.  */
 #include "connect.h"
 #include "hash.h"
 
+/* Apparently needed for Interix: */
+#ifdef HAVE_STDINT_H
+# include <stdint.h>
+#endif
+
 /* Define sockaddr_storage where unavailable (presumably on IPv4-only
    hosts).  */