changeset 27242:b5f97fe12227

* lib/getaddrinfo.c (includes): Add missing include.
author Eric Blake <ebb9@byu.net>
date Mon, 23 Oct 2006 22:31:11 +0000
parents 25bde025f485
children d0452c781784
files ChangeLog lib/getaddrinfo.c
diffstat 2 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Oct 23 19:40:24 2006 +0000
+++ b/ChangeLog	Mon Oct 23 22:31:11 2006 +0000
@@ -1,5 +1,9 @@
+2006-10-23  Eric Blake  <ebb9@byu.net>
+
+	* lib/getaddrinfo.c (includes): Add missing include.
+
 2006-10-23  Bruno Haible  <bruno@clisp.org>
-            Paul Eggert  <eggert@cs.ucla.edu>
+	    Paul Eggert  <eggert@cs.ucla.edu>
 
 	Ability to rename obstack_free.
 	* lib/obstack.h (__obstack_free): New macro. Declare instead of
@@ -8,7 +12,7 @@
 	* lib/obstack.c (obstack_free): Use __obstack_free macro.
 
 2006-10-23  Bruno Haible  <bruno@clisp.org>
-            Paul Eggert  <eggert@cs.ucla.edu>
+	    Paul Eggert  <eggert@cs.ucla.edu>
 
 	* lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
 	__argc, __argv from the declaration. (They are defined as macros on
--- a/lib/getaddrinfo.c	Mon Oct 23 19:40:24 2006 +0000
+++ b/lib/getaddrinfo.c	Mon Oct 23 22:31:11 2006 +0000
@@ -40,6 +40,7 @@
 
 #include "inet_ntop.h"
 #include "intprops.h"
+#include "inttostr.h"
 #include "strdup.h"
 
 /* BeOS has AF_INET, but not PF_INET.  */