diff options
Diffstat (limited to 'qemu/hw/cpu/arm11mpcore.c')
-rw-r--r-- | qemu/hw/cpu/arm11mpcore.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qemu/hw/cpu/arm11mpcore.c b/qemu/hw/cpu/arm11mpcore.c index 717d3e4f8..eb244658b 100644 --- a/qemu/hw/cpu/arm11mpcore.c +++ b/qemu/hw/cpu/arm11mpcore.c @@ -7,6 +7,8 @@ * This code is licensed under the GPL. */ +#include "qemu/osdep.h" +#include "qapi/error.h" #include "hw/cpu/arm11mpcore.h" #include "hw/intc/realview_gic.h" |