diff options
Diffstat (limited to 'hw/arm/imx25_pdk.c')
-rw-r--r-- | hw/arm/imx25_pdk.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/arm/imx25_pdk.c b/hw/arm/imx25_pdk.c index facd605bc8..025b60843e 100644 --- a/hw/arm/imx25_pdk.c +++ b/hw/arm/imx25_pdk.c @@ -25,6 +25,8 @@ #include "qemu/osdep.h" #include "qapi/error.h" +#include "qemu-common.h" +#include "cpu.h" #include "hw/arm/fsl-imx25.h" #include "hw/boards.h" #include "qemu/error-report.h" |