From patchwork Tue Dec 6 03:40:09 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [10/28] kvm tools: term.h needs to include stdbool.h Date: Mon, 05 Dec 2011 17:40:09 -0000 From: Matt Evans X-Patchwork-Id: 129505 Message-Id: <4EDD8E99.5060307@ozlabs.org> To: kvm@vger.kernel.org, kvm-ppc@vger.kernel.org Fix a missing include. Signed-off-by: Matt Evans --- tools/kvm/include/kvm/term.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe kvm-ppc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html 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 +#include #define CONSOLE_8250 1 #define CONSOLE_VIRTIO 2