X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fconnect.c;h=b54db2384c93e940146db6503c4959a36bccf00a;hp=6cfdb4b73f6b310632419a461c2e982e8a3033da;hb=d5e283b1a75c5f8249300b465b4e7b55130bec49;hpb=f50be2a403574a8d2cc01f4be714da9c2d6f748a diff --git a/src/connect.c b/src/connect.c index 6cfdb4b7..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 @@ -58,7 +62,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). */