diff --git a/ChangeLog b/ChangeLog index 3f3509f91f..ce8ccd709f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Tue Oct 28 10:22:44 +0100 2008 Jim Meyering + + adapt to API change in gnulib + * qemud/qemud.c: Include , not "getaddrinfo.h" + * src/remote_internal.c: Likewise. + Tue Oct 28 10:22:22 +0100 2008 Jim Meyering * src/network_conf.c: Include for declaration of memcmp. diff --git a/qemud/qemud.c b/qemud/qemud.c index b98e55ae5f..b804c3b092 100644 --- a/qemud/qemud.c +++ b/qemud/qemud.c @@ -47,11 +47,11 @@ #include #include #include +#include #include "internal.h" #include "qemud.h" -#include "getaddrinfo.h" #include "util.h" #include "remote_internal.h" #include "conf.h" diff --git a/src/remote_internal.c b/src/remote_internal.c index 24f938a804..787cfaa65a 100644 --- a/src/remote_internal.c +++ b/src/remote_internal.c @@ -58,7 +58,7 @@ #endif #include -#include "getaddrinfo.h" +#include /* AI_ADDRCONFIG is missing on some systems. */ #ifndef AI_ADDRCONFIG