]> sjero.net Git - wget/blobdiff - src/connect.c
Quote some things that needed quoting.
[wget] / src / connect.c
index 6cfdb4b73f6b310632419a461c2e982e8a3033da..0a54c852a89fa804fc212d2c4f1b843800cb704f 100644 (file)
@@ -58,7 +58,11 @@ as that of the covered work.  */
 #include "host.h"
 #include "connect.h"
 #include "hash.h"
-#include "iri.h"
+
+/* Apparently needed for Interix: */
+#ifdef HAVE_STDINT_H
+# include <stdint.h>
+#endif
 
 /* Define sockaddr_storage where unavailable (presumably on IPv4-only
    hosts).  */