diff options
Diffstat (limited to 'common/stackprot.c')
-rw-r--r-- | common/stackprot.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/stackprot.c b/common/stackprot.c index 4e3297b7d0..6495951a77 100644 --- a/common/stackprot.c +++ b/common/stackprot.c @@ -3,6 +3,7 @@ * Copyright 2021 Broadcom */ +#include <common.h> #include <asm/global_data.h> DECLARE_GLOBAL_DATA_PTR; |