X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fgai_strerror.c;h=7f0e034e661f5818a550e7dc25518b11125e898b;hb=0a459e96114987ee4ffe3f1a8c600e6ff35a65c1;hp=a879fb369e3e5ac7492df6b0cee841280beed7f5;hpb=5d77d7e42210b00f4f8adbde935df739f4d784ed;p=gnulib.git diff --git a/lib/gai_strerror.c b/lib/gai_strerror.c index a879fb369..7f0e034e6 100644 --- a/lib/gai_strerror.c +++ b/lib/gai_strerror.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1997, 2001, 2002, 2004, 2005 Free Software Foundation, Inc. +/* Copyright (C) 1997, 2001, 2002, 2004, 2005, 2006 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Philip Blundell , 1997. @@ -14,15 +14,21 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ + +#ifndef _LIBC +# include +# include "getaddrinfo.h" +#endif #include -#include +#ifdef HAVE_NETDB_H +# include +#endif #ifdef _LIBC # include #else -# include "getaddrinfo.h" # include "gettext.h" # define _(String) gettext (String) # define N_(String) String