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:
Matt Evans
2011-12-06 14:40:09 +11:00
committed by Will Deacon
parent 1382aba018
commit bd1e328a7d
+1
View File
@@ -2,6 +2,7 @@
#define KVM__TERM_H
#include <sys/uio.h>
#include <stdbool.h>
#define CONSOLE_8250 1
#define CONSOLE_VIRTIO 2