cvs-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Cvs-cvs] Changes to ccvs/lib/gai_strerror.c


From: Derek Robert Price
Subject: [Cvs-cvs] Changes to ccvs/lib/gai_strerror.c
Date: Mon, 12 Sep 2005 10:26:51 -0400

Index: ccvs/lib/gai_strerror.c
diff -u ccvs/lib/gai_strerror.c:1.1 ccvs/lib/gai_strerror.c:1.2
--- ccvs/lib/gai_strerror.c:1.1 Tue Sep  6 04:50:04 2005
+++ ccvs/lib/gai_strerror.c     Mon Sep 12 14:26:49 2005
@@ -16,13 +16,20 @@
    along with this program; if not, write to the Free Software Foundation,
    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
 
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
+#ifndef _LIBC
+# include "getaddrinfo.h"
+#endif
+
 #include <stdio.h>
 #include <netdb.h>
 
 #ifdef _LIBC
 # include <libintl.h>
 #else
-# include "getaddrinfo.h"
 # include "gettext.h"
 # define _(String) gettext (String)
 # define N_(String) String




reply via email to

[Prev in Thread] Current Thread [Next in Thread]