mirror of
https://github.com/clearlinux/kvmtool.git
synced 2026-08-27 00:35:59 +00:00
kvm tools: term.h needs to include stdbool.h
Fix a missing include. Signed-off-by: Matt Evans <matt@ozlabs.org> Signed-off-by: Pekka Enberg <penberg@kernel.org>
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
#define KVM__TERM_H
|
||||
|
||||
#include <sys/uio.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
#define CONSOLE_8250 1
|
||||
#define CONSOLE_VIRTIO 2
|
||||
|
||||
Reference in New Issue
Block a user