mirror of https://gitee.com/openkylin/libvirt.git
Make sure struct sockaddr_in is defined on FreeBSD
This commit is contained in:
parent
3bc0679f90
commit
5c2aa3b7d8
|
@ -20,6 +20,7 @@
|
|||
# endif
|
||||
# include <netdb.h>
|
||||
# include <stdbool.h>
|
||||
# include <netinet/in.h>
|
||||
|
||||
typedef struct {
|
||||
union {
|
||||
|
|
Loading…
Reference in New Issue