From 88fa17d1e9fc312d848aad38f2411413a288f722 Mon Sep 17 00:00:00 2001 From: Mateusz Starzyk Date: Wed, 19 May 2021 17:32:14 +0200 Subject: [PATCH] Add missing 'common.h' include. Signed-off-by: Mateusz Starzyk --- library/psa_crypto_storage.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/library/psa_crypto_storage.c b/library/psa_crypto_storage.c index 773d3aaafc..0ef041d18f 100644 --- a/library/psa_crypto_storage.c +++ b/library/psa_crypto_storage.c @@ -18,6 +18,8 @@ * limitations under the License. */ +#include "common.h" + #if defined(MBEDTLS_CONFIG_FILE) #include MBEDTLS_CONFIG_FILE #else