X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fhost.h;h=10f5424740040339a56581130eeb3d3fbf769d3f;hp=464f121a42588ff1781a875b572e7dd5a3f8235a;hb=d763f8bf6d6e13ce006ffab616cc8a77e747a633;hpb=86395b297b58c8c9b43d7ca8c42b831d4926dac6 diff --git a/src/host.h b/src/host.h index 464f121a..10f54247 100644 --- a/src/host.h +++ b/src/host.h @@ -1,6 +1,6 @@ /* Declarations for host.c Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, - 2004, 2005, 2006, 2007 Free Software Foundation, Inc. + 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. This file is part of GNU Wget. @@ -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__