diff options
| author | Paolo Bonzini | 2016-01-19 21:51:44 +0100 |
|---|---|---|
| committer | Paolo Bonzini | 2016-03-22 22:20:17 +0100 |
| commit | 4771d756f46219762477aaeaaef9bd215e3d5c60 (patch) | |
| tree | 470c23c5b9a510b0d5a93cc7c4c18a9d47a29dd5 /hw/xtensa | |
| parent | include/crypto: Include qapi-types.h or qemu/bswap.h instead of qemu-common.h (diff) | |
| download | qemu-4771d756f46219762477aaeaaef9bd215e3d5c60.tar.gz qemu-4771d756f46219762477aaeaaef9bd215e3d5c60.tar.xz qemu-4771d756f46219762477aaeaaef9bd215e3d5c60.zip | |
hw: explicitly include qemu-common.h and cpu.h
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/xtensa')
| -rw-r--r-- | hw/xtensa/sim.c | 2 | ||||
| -rw-r--r-- | hw/xtensa/xtfpga.c | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/hw/xtensa/sim.c b/hw/xtensa/sim.c index 0967aa6c46..5e94004261 100644 --- a/hw/xtensa/sim.c +++ b/hw/xtensa/sim.c @@ -27,6 +27,8 @@ #include "qemu/osdep.h" #include "qapi/error.h" +#include "qemu-common.h" +#include "cpu.h" #include "sysemu/sysemu.h" #include "hw/boards.h" #include "hw/loader.h" diff --git a/hw/xtensa/xtfpga.c b/hw/xtensa/xtfpga.c index 1aff056356..2d117369af 100644 --- a/hw/xtensa/xtfpga.c +++ b/hw/xtensa/xtfpga.c @@ -27,6 +27,8 @@ #include "qemu/osdep.h" #include "qapi/error.h" +#include "qemu-common.h" +#include "cpu.h" #include "sysemu/sysemu.h" #include "hw/boards.h" #include "hw/loader.h" |
