diff options
Diffstat (limited to 'hw/vmapple/vmapple.c')
-rw-r--r-- | hw/vmapple/vmapple.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/vmapple/vmapple.c b/hw/vmapple/vmapple.c index 16e6110..1e4365f 100644 --- a/hw/vmapple/vmapple.c +++ b/hw/vmapple/vmapple.c @@ -51,6 +51,8 @@ #include "system/reset.h" #include "system/runstate.h" #include "system/system.h" +#include "target/arm/gtimer.h" +#include "target/arm/cpu.h" struct VMAppleMachineState { MachineState parent; |