aboutsummaryrefslogtreecommitdiff
path: root/plat/qemu/qemu_stack_protector.c
diff options
context:
space:
mode:
Diffstat (limited to 'plat/qemu/qemu_stack_protector.c')
-rw-r--r--plat/qemu/qemu_stack_protector.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/plat/qemu/qemu_stack_protector.c b/plat/qemu/qemu_stack_protector.c
index 5b19828336..c226158ad6 100644
--- a/plat/qemu/qemu_stack_protector.c
+++ b/plat/qemu/qemu_stack_protector.c
@@ -4,10 +4,11 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
-#include <arch_helpers.h>
-#include <platform.h>
#include <stdint.h>
+#include <arch_helpers.h>
+#include <plat/common/platform.h>
+
#define RANDOM_CANARY_VALUE ((u_register_t) 3288484550995823360ULL)
u_register_t plat_get_stack_protector_canary(void)