summaryrefslogtreecommitdiffstats
path: root/gl/gai_strerror.c
diff options
context:
space:
mode:
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>