Added include platform_util.h to padlock.c to fix compile with all defines variants

This commit is contained in:
Teppo Järvelin 2019-10-04 13:29:55 +03:00
parent 91d7938761
commit 3137fb271a

View File

@ -34,6 +34,7 @@
#if defined(MBEDTLS_PADLOCK_C)
#include "mbedtls/padlock.h"
#include "mbedtls/platform_util.h"
#include <string.h>