mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-05-03 20:26:21 +00:00
Add missing include to library/pkwrite.c
This commit is contained in:
parent
56104ea9bb
commit
65935d90c9
|
@ -48,6 +48,7 @@
|
||||||
|
|
||||||
#if defined(MBEDTLS_USE_PSA_CRYPTO)
|
#if defined(MBEDTLS_USE_PSA_CRYPTO)
|
||||||
#include "psa/crypto.h"
|
#include "psa/crypto.h"
|
||||||
|
#include "mbedtls/psa_util.h"
|
||||||
#endif
|
#endif
|
||||||
#if defined(MBEDTLS_PLATFORM_C)
|
#if defined(MBEDTLS_PLATFORM_C)
|
||||||
#include "mbedtls/platform.h"
|
#include "mbedtls/platform.h"
|
||||||
|
|
Loading…
Reference in a new issue