X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fhost.h;h=10f5424740040339a56581130eeb3d3fbf769d3f;hp=5141a6f7d207426fafa71fa1404980d1e0088113;hb=d763f8bf6d6e13ce006ffab616cc8a77e747a633;hpb=caae3b70f46bd519857b595f7f06ea0179551336 diff --git a/src/host.h b/src/host.h index 5141a6f7..10f54247 100644 --- a/src/host.h +++ b/src/host.h @@ -34,7 +34,11 @@ as that of the covered work. */ #ifdef WINDOWS # include #else -# include +# ifdef __VMS +# include "vms_ip.h" +# else /* def __VMS */ +# include +# endif /* def __VMS [else] */ # include # include #ifndef __BEOS__