X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=src%2Fconnect.c;h=f46f11c44461017a2dce3549622268f7fc0fea70;hb=766df9d4e9392045a4e5c730ed81e599b509557a;hp=1e8f07e5fcd98755ac8b5f78d763192b249c3434;hpb=d78cd8d8f8e12d1b71ac19795131d6975abe544b;p=wget diff --git a/src/connect.c b/src/connect.c index 1e8f07e5..f46f11c4 100644 --- a/src/connect.c +++ b/src/connect.c @@ -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 +#endif + /* Define sockaddr_storage where unavailable (presumably on IPv4-only hosts). */