提交 f1c2c0e2 编写于 作者: D Daniel P. Berrange

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
上级 06da1805
......@@ -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>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册