aboutsummaryrefslogtreecommitdiff
path: root/lib/stack_protector/stack_protector.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/stack_protector/stack_protector.c')
-rw-r--r--lib/stack_protector/stack_protector.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/stack_protector/stack_protector.c b/lib/stack_protector/stack_protector.c
index fba5e1ffa0..3ff74fc8a3 100644
--- a/lib/stack_protector/stack_protector.c
+++ b/lib/stack_protector/stack_protector.c
@@ -3,10 +3,12 @@
*
* SPDX-License-Identifier: BSD-3-Clause
*/
-#include <debug.h>
-#include <platform.h>
+
#include <stdint.h>
+#include <common/debug.h>
+#include <plat/common/platform.h>
+
/*
* Canary value used by the compiler runtime checks to detect stack corruption.
*