summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorManish V Badarkhe <manish.badarkhe@arm.com>2023-03-03 10:54:43 +0100
committerTrustedFirmware Code Review <review@review.trustedfirmware.org>2023-03-03 10:54:43 +0100
commit88844f6de20ed72c5dd5e9d7fdfc6a68280e3faf (patch)
treee3f8b137e535aca5a4c909b5f622c4df52bda2a0 /drivers
parentd26cb4f46ee4b858260e05fbb99b42f6c01dd78c (diff)
parenta9edc32c8964ffe047909b4847edd710b5879f35 (diff)
downloadarm-trusted-firmware-88844f6de20ed72c5dd5e9d7fdfc6a68280e3faf.tar.gz
Merge "fix(mbedtls): fix mbedtls coverity issues" into integration
Diffstat (limited to 'drivers')
-rw-r--r--drivers/nxp/auth/tbbr/tbbr_cot.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/nxp/auth/tbbr/tbbr_cot.c b/drivers/nxp/auth/tbbr/tbbr_cot.c
index bb21fa04c..ac4595f02 100644
--- a/drivers/nxp/auth/tbbr/tbbr_cot.c
+++ b/drivers/nxp/auth/tbbr/tbbr_cot.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2015-2020, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2015-2023, ARM Limited and Contributors. All rights reserved.
*
* Copyright 2020 NXP
*
@@ -8,6 +8,7 @@
#include <stddef.h>
+#include <common/tbbr/cot_def.h>
#include <drivers/auth/auth_mod.h>
#if USE_TBBR_DEFS