]> sjero.net Git - wget/blobdiff - src/connect.c
stdint.h adjustments for Interix, thanks Markus Duft <mduft@gentoo.org>.
[wget] / src / connect.c
index 1e8f07e5fcd98755ac8b5f78d763192b249c3434..f46f11c44461017a2dce3549622268f7fc0fea70 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).  */