diff --git a/include/polarssl/platform.h b/include/polarssl/platform.h index 61b31190f..22a1f464c 100644 --- a/include/polarssl/platform.h +++ b/include/polarssl/platform.h @@ -29,7 +29,6 @@ #include "config.h" -#include #include #ifdef __cplusplus @@ -47,6 +46,7 @@ extern "C" { #if defined(POLARSSL_MEMORY_C) #include "memory.h" #else +#include #define polarssl_malloc malloc #define polarssl_free free #endif