mirror of https://gitee.com/openkylin/libvirt.git
Add missing include of signal.h in virnetsocket.c
virNetSocketFree uses kill(SIGTERM) so we must include signal.h for the definitions * src/rpc/virnetsocket.c: Include signal.h
This commit is contained in:
parent
06da1805bf
commit
f1c2c0e2dc
|
@ -27,6 +27,7 @@
|
|||
#include <sys/socket.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/wait.h>
|
||||
#include <signal.h>
|
||||
|
||||
#ifdef HAVE_NETINET_TCP_H
|
||||
# include <netinet/tcp.h>
|
||||
|
|
Loading…
Reference in New Issue