# HG changeset patch # User Eric Blake # Date 1161642671 0 # Node ID 0efdbb895e517109b2b1675efd5f71b13687cf22 # Parent 0d3d27f21643cd9cd337cf800ad3a9e259b1c32f * lib/getaddrinfo.c (includes): Add missing include. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ +2006-10-23 Eric Blake + + * lib/getaddrinfo.c (includes): Add missing include. + 2006-10-23 Bruno Haible - Paul Eggert + Paul Eggert 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 - Paul Eggert + Paul Eggert * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers __argc, __argv from the declaration. (They are defined as macros on diff --git a/lib/getaddrinfo.c b/lib/getaddrinfo.c --- a/lib/getaddrinfo.c +++ b/lib/getaddrinfo.c @@ -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. */