aboutsummaryrefslogtreecommitdiffstats
path: root/plat
diff options
context:
space:
mode:
authorMadhukar Pappireddy <madhukar.pappireddy@arm.com>2019-07-05 12:04:49 -0500
committerMadhukar Pappireddy <madhukar.pappireddy@arm.com>2019-07-08 10:45:48 -0500
commitf6de960fb76ab36550a119b1465e8a24e59af219 (patch)
tree2f9c4f240eaef287de7d2af0f2e40aaa6188c2e0 /plat
parent996d37930996c2fa39eb091508b5ad4e0d69ad35 (diff)
downloadplatform_external_arm-trusted-firmware-f6de960fb76ab36550a119b1465e8a24e59af219.tar.gz
platform_external_arm-trusted-firmware-f6de960fb76ab36550a119b1465e8a24e59af219.tar.bz2
platform_external_arm-trusted-firmware-f6de960fb76ab36550a119b1465e8a24e59af219.zip
rpi3: Fix compilation error when stack protector is enabled
Include necessary header file to use ARRAY_SIZE() macro Change-Id: I5b7caccd02c14c598b7944cf4f347606c1e7a8e7 Signed-off-by: Madhukar Pappireddy <madhukar.pappireddy@arm.com>
Diffstat (limited to 'plat')
-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 815f73135..6f49f617b 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"