X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fconnect.c;h=b54db2384c93e940146db6503c4959a36bccf00a;hp=41258d26fca07176243b1b498a5afbba34cdc299;hb=d5e283b1a75c5f8249300b465b4e7b55130bec49;hpb=84395897ad2d1c107be470946daba744b2e7ebe8 diff --git a/src/connect.c b/src/connect.c index 41258d26..b54db238 100644 --- a/src/connect.c +++ b/src/connect.c @@ -39,7 +39,11 @@ as that of the covered work. */ #ifndef WINDOWS # include -# include +# ifdef __VMS +# include "vms_ip.h" +# else /* def __VMS */ +# include +# endif /* def __VMS [else] */ # include # ifndef __BEOS__ # include @@ -59,6 +63,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). */