mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-01 17:35:17 +00:00
ch: Include unistd.h in ch_events.c
There's a call to read() in the file but corresponding include of unistd.h is missing causing a build failure. Signed-off-by: Michal Privoznik <mprivozn@redhat.com> Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
This commit is contained in:
parent
8b1578ab4b
commit
4819a14fec
@ -20,6 +20,8 @@
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include <unistd.h>
|
||||
|
||||
#include "ch_domain.h"
|
||||
#include "ch_events.h"
|
||||
#include "ch_process.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user