diff --git a/library/ctr_drbg.c b/library/ctr_drbg.c index 652c5cbc2..45d925437 100644 --- a/library/ctr_drbg.c +++ b/library/ctr_drbg.c @@ -30,6 +30,7 @@ #include "mbedtls/platform_util.h" #include "mbedtls/error.h" +#include #include #if defined(MBEDTLS_FS_IO)