X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=src%2Fconnect.c;h=0a54c852a89fa804fc212d2c4f1b843800cb704f;hb=889f705d1bc7eb439ddb0192249e44783196ce00;hp=6cfdb4b73f6b310632419a461c2e982e8a3033da;hpb=ccd62071dcbdfc0269813746b9f51ff9c23261db;p=wget diff --git a/src/connect.c b/src/connect.c index 6cfdb4b7..0a54c852 100644 --- a/src/connect.c +++ b/src/connect.c @@ -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 +#endif /* Define sockaddr_storage where unavailable (presumably on IPv4-only hosts). */