From: Eric Blake Date: Mon, 23 Oct 2006 22:31:11 +0000 (+0000) Subject: * lib/getaddrinfo.c (includes): Add missing include. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d8f627a4e74800e2d2e9ec0a46f7988bd2c7257;p=pspp * lib/getaddrinfo.c (includes): Add missing include. --- diff --git a/ChangeLog b/ChangeLog index 31406dbe42..a1155e7bf6 100644 --- 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 index 51cc0335a2..333ad3b3d2 100644 --- 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. */