1
0
mirror of https://github.com/ARMmbed/mbedtls.git synced 2025-06-24 14:20:59 +08:00

Add missing include to library/pkwrite.c

This commit is contained in:
Hanno Becker 2019-02-01 11:55:03 +00:00
parent 56104ea9bb
commit 65935d90c9

View File

@ -48,6 +48,7 @@
#if defined(MBEDTLS_USE_PSA_CRYPTO)
#include "psa/crypto.h"
#include "mbedtls/psa_util.h"
#endif
#if defined(MBEDTLS_PLATFORM_C)
#include "mbedtls/platform.h"