diff options
Diffstat (limited to 'target/arm/cpu64.c')
-rw-r--r-- | target/arm/cpu64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/arm/cpu64.c b/target/arm/cpu64.c index b8bd1e88a5..1901997a06 100644 --- a/target/arm/cpu64.c +++ b/target/arm/cpu64.c @@ -21,7 +21,7 @@ #include "qemu/osdep.h" #include "qapi/error.h" #include "cpu.h" -#include "qemu-common.h" +#include "qemu/module.h" #if !defined(CONFIG_USER_ONLY) #include "hw/loader.h" #endif |