From a89e50b7b7fe296e45989934822452e338849cb9 Mon Sep 17 00:00:00 2001 From: Chris Conlon Date: Wed, 28 Jun 2017 12:25:44 -0600 Subject: [PATCH] include settings.h in wc_port.h to pick up user_settings.h --- wolfssl/wolfcrypt/wc_port.h | 1 + 1 file changed, 1 insertion(+) diff --git a/wolfssl/wolfcrypt/wc_port.h b/wolfssl/wolfcrypt/wc_port.h index 574700b69..0c42240f0 100644 --- a/wolfssl/wolfcrypt/wc_port.h +++ b/wolfssl/wolfcrypt/wc_port.h @@ -24,6 +24,7 @@ #ifndef WOLF_CRYPT_PORT_H #define WOLF_CRYPT_PORT_H +#include #include #ifdef __cplusplus