aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandrine Bailleux <sandrine.bailleux@arm.com>2019-07-08 16:21:01 +0000
committerTrustedFirmware Code Review <review@review.trustedfirmware.org>2019-07-08 16:21:01 +0000
commit2cbeee4d519bac0d79da98faae969fae9f9558f9 (patch)
tree2f9c4f240eaef287de7d2af0f2e40aaa6188c2e0
parent996d37930996c2fa39eb091508b5ad4e0d69ad35 (diff)
parentf6de960fb76ab36550a119b1465e8a24e59af219 (diff)
downloadtrusted-firmware-a-2cbeee4d519bac0d79da98faae969fae9f9558f9.tar.gz
Merge "rpi3: Fix compilation error when stack protector is enabled" into integration
-rw-r--r--plat/rpi3/rpi3_stack_protector.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/plat/rpi3/rpi3_stack_protector.c b/plat/rpi3/rpi3_stack_protector.c
index 815f73135d..6f49f617be 100644
--- a/plat/rpi3/rpi3_stack_protector.c
+++ b/plat/rpi3/rpi3_stack_protector.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2017-2018, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2017-2019, ARM Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
@@ -7,6 +7,7 @@
#include <stdint.h>
#include <lib/utils.h>
+#include <lib/utils_def.h>
#include "rpi3_private.h"