diff --git a/library/ctr_drbg.c b/library/ctr_drbg.c index 652c5cbc28..45d925437e 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)