* qemud/qemud.c: Include <netdb.h>, not "getaddrinfo.h"
* src/remote_internal.c: Likewise.
+Tue Oct 28 10:22:44 +0100 2008 Jim Meyering <meyering@redhat.com>
+
+ adapt to API change in gnulib
+ * qemud/qemud.c: Include <netdb.h>, not "getaddrinfo.h"
+ * src/remote_internal.c: Likewise.
+
Tue Oct 28 10:22:22 +0100 2008 Jim Meyering <meyering@redhat.com>
* src/network_conf.c: Include <string.h> for declaration of memcmp.
#include <fnmatch.h>
#include <grp.h>
#include <signal.h>
+#include <netdb.h>
#include "internal.h"
#include "qemud.h"
-#include "getaddrinfo.h"
#include "util.h"
#include "remote_internal.h"
#include "conf.h"
#endif
#include <libxml/uri.h>
-#include "getaddrinfo.h"
+#include <netdb.h>
/* AI_ADDRCONFIG is missing on some systems. */
#ifndef AI_ADDRCONFIG