Signed-off-by: Mohamed Mediouni <mohamed@unpredictable.fr> --- target/arm/cpu64.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/target/arm/cpu64.c b/target/arm/cpu64.c index d6feba220e..b4f3ed2abd 100644 --- a/target/arm/cpu64.c +++ b/target/arm/cpu64.c @@ -31,7 +31,9 @@ #include "system/qtest.h" #include "system/tcg.h" #include "kvm_arm.h" +#if defined(CONFIG_HVF) #include "hvf_arm.h" +#endif #include "whpx_arm.h" #include "qapi/visitor.h" #include "hw/core/qdev-properties.h" -- 2.50.1 (Apple Git-155)