* [PATCH kvmtool] irq.h: fix compilation error due to missing bool type
@ 2017-11-03 16:10 Andre Przywara
0 siblings, 0 replies; only message in thread
From: Andre Przywara @ 2017-11-03 16:10 UTC (permalink / raw)
To: Will Deacon; +Cc: Marc Zyngier, kvmarm, kvm
Commit f6108d72e977 ("Add GICv2m support") introduced a bool return
type, but missed to include the respective header (this was probably
part of a former prerequisite series).
Fix this by including the header.
Fixes: f6108d72e977cce00e7bc824acd1d73da8cc9729 ("Add GICv2m support")
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
---
include/kvm/irq.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/kvm/irq.h b/include/kvm/irq.h
index 429542d8..8ba8b740 100644
--- a/include/kvm/irq.h
+++ b/include/kvm/irq.h
@@ -1,6 +1,7 @@
#ifndef KVM__IRQ_H
#define KVM__IRQ_H
+#include <stdbool.h>
#include <linux/types.h>
#include <linux/rbtree.h>
#include <linux/list.h>
--
2.14.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2017-11-03 16:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-03 16:10 [PATCH kvmtool] irq.h: fix compilation error due to missing bool type Andre Przywara
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox