X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Finet_ntop.h;h=bd1e085aed9418ee354ae9c8d649b3ead3d0044c;hb=8badccbd46d6cbd0f1fa2014e01ce8a7cae2b272;hp=83f5edf3374d403b5d0e836a160df9eb504afade;hpb=4d098ae6ffdf51349e1915970c376df0543d234b;p=gnulib.git diff --git a/lib/inet_ntop.h b/lib/inet_ntop.h index 83f5edf33..bd1e085ae 100644 --- a/lib/inet_ntop.h +++ b/lib/inet_ntop.h @@ -1,5 +1,5 @@ /* Convert internet address from internal to printable, presentable format. - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2006 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -16,12 +16,9 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #include -#ifdef HAVE_SYS_SOCKET_H -# include -#endif -#ifdef HAVE_ARPA_INET_H -# include -#endif +#include +#include +#include /* Converts an internet address from internal format to a printable, presentable format.