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-30 14:07:04 +02:00
parent 91d7938761
commit 3137fb271a
+1
View File
@@ -34,6 +34,7 @@
#if defined(MBEDTLS_PADLOCK_C)
#include "mbedtls/padlock.h"
#include "mbedtls/platform_util.h"
#include <string.h>