diff options
Diffstat (limited to '')
| -rw-r--r-- | target/arm/hvf_arm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/arm/hvf_arm.h b/target/arm/hvf_arm.h index 7a44e09262..ea82f2691d 100644 --- a/target/arm/hvf_arm.h +++ b/target/arm/hvf_arm.h @@ -11,7 +11,7 @@ #ifndef QEMU_HVF_ARM_H #define QEMU_HVF_ARM_H -#include "cpu.h" +#include "target/arm/cpu-qom.h" /** * hvf_arm_init_debug() - initialize guest debug capabilities |