aboutsummaryrefslogtreecommitdiff
path: root/lib/psci/psci_stat.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/psci/psci_stat.c')
-rw-r--r--lib/psci/psci_stat.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/psci/psci_stat.c b/lib/psci/psci_stat.c
index 6f6a7d4f84..772a1840a1 100644
--- a/lib/psci/psci_stat.c
+++ b/lib/psci/psci_stat.c
@@ -5,9 +5,12 @@
*/
#include <assert.h>
-#include <debug.h>
-#include <platform.h>
+
#include <platform_def.h>
+
+#include <common/debug.h>
+#include <plat/common/platform.h>
+
#include "psci_private.h"
#ifndef PLAT_MAX_PWR_LVL_STATES