| Submitter | Matt Evans |
|---|---|
| Date | Dec. 6, 2011, 3:40 a.m. |
| Message ID | <4EDD8E99.5060307@ozlabs.org> |
| Download | mbox | patch |
| Permalink | /patch/129505/ |
| State | New |
| Headers | show |
Comments
Patch
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
Fix a missing include. Signed-off-by: Matt Evans <matt@ozlabs.org> --- 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