projects
/
project
/
bcm63xx
/
atf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
996d379
)
rpi3: Fix compilation error when stack protector is enabled
author
Madhukar Pappireddy
<
[email protected]
>
Fri, 5 Jul 2019 17:04:49 +0000
(12:04 -0500)
committer
Madhukar Pappireddy
<
[email protected]
>
Mon, 8 Jul 2019 15:45:48 +0000
(10:45 -0500)
Include necessary header file to use ARRAY_SIZE() macro
Change-Id: I5b7caccd02c14c598b7944cf4f347606c1e7a8e7
Signed-off-by: Madhukar Pappireddy <
[email protected]
>
plat/rpi3/rpi3_stack_protector.c
patch
|
blob
|
history
diff --git
a/plat/rpi3/rpi3_stack_protector.c
b/plat/rpi3/rpi3_stack_protector.c
index 815f73135dd94e895ebbbc4043e517ec9d968758..6f49f617beb46fe353fc43211416922b66180652 100644
(file)
--- a/
plat/rpi3/rpi3_stack_protector.c
+++ b/
plat/rpi3/rpi3_stack_protector.c
@@
-1,5
+1,5
@@
/*
- * Copyright (c) 2017-201
8
, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2017-201
9
, 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"