mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-10 05:17:59 +03:00
adapt to API change in gnulib
* qemud/qemud.c: Include <netdb.h>, not "getaddrinfo.h" * src/remote_internal.c: Likewise.
This commit is contained in:
parent
9801d7c595
commit
cabb75c503
@ -1,3 +1,9 @@
|
||||
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.
|
||||
|
@ -47,11 +47,11 @@
|
||||
#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"
|
||||
|
@ -58,7 +58,7 @@
|
||||
#endif
|
||||
#include <libxml/uri.h>
|
||||
|
||||
#include "getaddrinfo.h"
|
||||
#include <netdb.h>
|
||||
|
||||
/* AI_ADDRCONFIG is missing on some systems. */
|
||||
#ifndef AI_ADDRCONFIG
|
||||
|
Loading…
Reference in New Issue
Block a user