Fix 'missing prototype' warnings

Signed-off-by: Janos Follath <janos.follath@arm.com>
This commit is contained in:
Janos Follath 2024-01-09 09:37:06 +00:00
parent 6f499b7ed4
commit 8b736290ad

View File

@ -30,6 +30,7 @@
#include "mbedtls/platform_util.h"
#include "mbedtls/error.h"
#include "constant_time_internal.h"
#include "bignum_internal.h"
#include <limits.h>
#include <string.h>