diff options
Diffstat (limited to 'target-arm/psci.c')
-rw-r--r-- | target-arm/psci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target-arm/psci.c b/target-arm/psci.c index 071bbb45db..4db9b8ce24 100644 --- a/target-arm/psci.c +++ b/target-arm/psci.c @@ -22,6 +22,7 @@ #include <sysemu/sysemu.h> #include "internals.h" #include "arm-powerctl.h" +#include "exec/exec-all.h" bool arm_is_psci_call(ARMCPU *cpu, int excp_type) { |