X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fconnect.c;h=0a54c852a89fa804fc212d2c4f1b843800cb704f;hp=41258d26fca07176243b1b498a5afbba34cdc299;hb=4f3dd6817348433eafde04a3c2946f43364de7ef;hpb=5d0073b8f290dee2e9bad3e83230f6b57dd06beb diff --git a/src/connect.c b/src/connect.c index 41258d26..0a54c852 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). */