summary refs log tree commit diff stats
path: root/target/arm/psci.c
diff options
context:
space:
mode:
Diffstat (limited to 'target/arm/psci.c')
-rw-r--r--target/arm/psci.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/target/arm/psci.c b/target/arm/psci.c
index a74d78802a..6709e28013 100644
--- a/target/arm/psci.c
+++ b/target/arm/psci.c
@@ -15,11 +15,13 @@
  *  You should have received a copy of the GNU General Public License
  *  along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
+
 #include "qemu/osdep.h"
 #include "cpu.h"
 #include "exec/helper-proto.h"
 #include "kvm-consts.h"
-#include "sysemu/sysemu.h"
+#include "qemu/main-loop.h"
+#include "sysemu/runstate.h"
 #include "internals.h"
 #include "arm-powerctl.h"