X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fhost.h;h=3f4a02a2f6d6511dea50c14c165418c8fcac54ef;hp=5141a6f7d207426fafa71fa1404980d1e0088113;hb=2f6aa1d7417df1dfc58597777686fbd77179b9fd;hpb=bc8f473272ec29b0d0021dbcab6ac561ddc6249d diff --git a/src/host.h b/src/host.h index 5141a6f7..3f4a02a2 100644 --- a/src/host.h +++ b/src/host.h @@ -1,6 +1,7 @@ /* Declarations for host.c - Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, - 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. + Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, + 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, + Inc. This file is part of GNU Wget. @@ -32,9 +33,13 @@ as that of the covered work. */ #define HOST_H #ifdef WINDOWS -# include +# include #else -# include +# ifdef __VMS +# include "vms_ip.h" +# else /* def __VMS */ +# include +# endif /* def __VMS [else] */ # include # include #ifndef __BEOS__