summaryrefslogtreecommitdiff
path: root/lib/gai_strerror.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-02-14 23:08:59 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-02-14 23:08:59 +0000
commit05e61daca4d7e0ed1f82e0e604812b90b8bcbde1 (patch)
treedfa8745d2ae39bfabc619e50d16f565a10fe16f8 /lib/gai_strerror.c
parent83dcf2436fec5440943c03dac404f4b25f72e222 (diff)
downloadcoreutils-05e61daca4d7e0ed1f82e0e604812b90b8bcbde1.tar.xz
Sync from gnulib.
Diffstat (limited to 'lib/gai_strerror.c')
-rw-r--r--lib/gai_strerror.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/gai_strerror.c b/lib/gai_strerror.c
index f2898706e..d97b858be 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 <pjb27@cam.ac.uk>, 1997.
@@ -25,7 +25,9 @@
#endif
#include <stdio.h>
-#include <netdb.h>
+#ifdef HAVE_NETDB_H
+# include <netdb.h>
+#endif
#ifdef _LIBC
# include <libintl.h>