summaryrefslogtreecommitdiffstats
path: root/gl/gai_strerror.c
diff options
context:
space:
mode:
authorThomas Guyot-Sionnest <dermoth@aei.ca>2009-01-15 09:22:57 (GMT)
committerThomas Guyot-Sionnest <dermoth@aei.ca>2009-01-15 10:19:08 (GMT)
commit71cdb52799220f8d9052643baf1d3e9836a9c755 (patch)
tree27aee97a35d9ab51f0d8f64a46690bd41a5f8c1b /gl/gai_strerror.c
parentf7afa46586645e50498d8b2d0c67884f014dc3a4 (diff)
downloadmonitoring-plugins-71cdb52799220f8d9052643baf1d3e9836a9c755.tar.gz
Sync with gnulib
Diffstat (limited to 'gl/gai_strerror.c')
-rw-r--r--gl/gai_strerror.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/gl/gai_strerror.c b/gl/gai_strerror.c
index 9e4abbe..78a8edf 100644
--- a/gl/gai_strerror.c
+++ b/gl/gai_strerror.c
@@ -1,4 +1,4 @@
1/* Copyright (C) 1997, 2001, 2002, 2004, 2005, 2006 Free Software Foundation, Inc. 1/* Copyright (C) 1997, 2001, 2002, 2004, 2005, 2006, 2008 Free Software Foundation, Inc.
2 This file is part of the GNU C Library. 2 This file is part of the GNU C Library.
3 Contributed by Philip Blundell <pjb27@cam.ac.uk>, 1997. 3 Contributed by Philip Blundell <pjb27@cam.ac.uk>, 1997.
4 4
@@ -18,13 +18,10 @@
18 18
19#ifndef _LIBC 19#ifndef _LIBC
20# include <config.h> 20# include <config.h>
21# include "getaddrinfo.h"
22#endif 21#endif
23 22
24#include <stdio.h> 23#include <stdio.h>
25#ifdef HAVE_NETDB_H 24#include <netdb.h>
26# include <netdb.h>
27#endif
28 25
29#ifdef _LIBC 26#ifdef _LIBC
30# include <libintl.h> 27# include <libintl.h>