mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-23 14:15:28 +00:00
command: Fix compilation on FreeBSD
kill, SIGTERM and SIGKILL require additional header.
This commit is contained in:
parent
992f2b4e32
commit
fe99c6b3c6
@ -22,6 +22,7 @@
|
||||
#include <config.h>
|
||||
|
||||
#include <poll.h>
|
||||
#include <signal.h>
|
||||
#include <stdarg.h>
|
||||
#include <stdlib.h>
|
||||
#include <sys/stat.h>
|
||||
|
Loading…
Reference in New Issue
Block a user