Fix missing include

Signed-off-by: Paul Elliott <paul.elliott@arm.com>
This commit is contained in:
Paul Elliott 2023-11-21 14:46:51 +00:00
parent 178bf3ee8a
commit 20b2efa293

View File

@ -3,6 +3,10 @@
#include "mbedtls/ctr_drbg.h"
#include "string.h"
#if defined(MBEDTLS_THREADING_PTHREAD)
#include "mbedtls/threading.h"
#endif
/* Modes for ctr_drbg_validate */
enum reseed_mode {
RESEED_NEVER, /* never reseed */