diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2016-03-15 14:32:02 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2016-05-19 16:42:27 +0200 |
commit | 16fd6461822b3dffcf324c3e210b7ec6e9b876db (patch) | |
tree | 73cdd5c40c7205d0322c404acf8297c0bb8e3e57 /include/hw/arm/exynos4210.h | |
parent | da374261690acba96cd10b4e65179782c9ec3dbf (diff) |
arm: include cpu-qom.h in files that require ARMCPU
This will keep things working when cpu.h will not be included
indirectly almost everywhere (either directly or through
qemu-common.h).
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'include/hw/arm/exynos4210.h')
-rw-r--r-- | include/hw/arm/exynos4210.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/arm/exynos4210.h b/include/hw/arm/exynos4210.h index 5c1820f883..b6d929ddb7 100644 --- a/include/hw/arm/exynos4210.h +++ b/include/hw/arm/exynos4210.h @@ -28,6 +28,7 @@ #include "qemu-common.h" #include "exec/memory.h" +#include "target-arm/cpu-qom.h" #define EXYNOS4210_NCPUS 2 |