[tip:tools/kvm] kvm tools: term.h needs to include stdbool.h

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Commit-ID:  dcf777f85658fd98c47af6ff6bd62789eff2341e
Gitweb:     http://git.kernel.org/tip/dcf777f85658fd98c47af6ff6bd62789eff2341e
Author:     Matt Evans <matt@xxxxxxxxxx>
AuthorDate: Tue, 6 Dec 2011 14:40:09 +1100
Committer:  Pekka Enberg <penberg@xxxxxxxxxx>
CommitDate: Tue, 6 Dec 2011 12:07:52 +0200

kvm tools: term.h needs to include stdbool.h

Fix a missing include.

Signed-off-by: Matt Evans <matt@xxxxxxxxxx>
Signed-off-by: Pekka Enberg <penberg@xxxxxxxxxx>
---
 tools/kvm/include/kvm/term.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/tools/kvm/include/kvm/term.h b/tools/kvm/include/kvm/term.h
index 37ec731..938c26f 100644
--- a/tools/kvm/include/kvm/term.h
+++ b/tools/kvm/include/kvm/term.h
@@ -2,6 +2,7 @@
 #define KVM__TERM_H
 
 #include <sys/uio.h>
+#include <stdbool.h>
 
 #define CONSOLE_8250	1
 #define CONSOLE_VIRTIO	2
--
To unsubscribe from this list: send the line "unsubscribe linux-tip-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Stable Commits]     [Linux Stable Kernel]     [Linux Kernel]     [Linux USB Devel]     [Linux Video &Media]     [Linux Audio Users]     [Yosemite News]     [Linux SCSI]

  Powered by Linux