aboutsummaryrefslogtreecommitdiff
path: root/plat/common/plat_spm_sp.c
diff options
context:
space:
mode:
Diffstat (limited to 'plat/common/plat_spm_sp.c')
-rw-r--r--plat/common/plat_spm_sp.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/plat/common/plat_spm_sp.c b/plat/common/plat_spm_sp.c
index 7b7fbd987e..ce48279923 100644
--- a/plat/common/plat_spm_sp.c
+++ b/plat/common/plat_spm_sp.c
@@ -5,9 +5,11 @@
*/
#include <assert.h>
-#include <debug.h>
+
#include <platform_def.h>
-#include <sptool.h>
+
+#include <common/debug.h>
+#include <tools_share/sptool.h>
static unsigned int sp_next;