From 996cef6db2f4f2c3dbfaddfa85ce5bf11ac16ac3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Kin=C4=8Dl?= Date: Wed, 10 Jul 2019 18:26:43 +0200 Subject: [PATCH] Added stdio.h include to types.h. --- wolfssl/wolfcrypt/types.h | 1 + 1 file changed, 1 insertion(+) diff --git a/wolfssl/wolfcrypt/types.h b/wolfssl/wolfcrypt/types.h index cc54ada78..72dd258da 100644 --- a/wolfssl/wolfcrypt/types.h +++ b/wolfssl/wolfcrypt/types.h @@ -446,6 +446,7 @@ Windows 10, snprintf is no longer identical to _snprintf. The snprintf function behavior is now C99 standard compliant. */ + #include #define XSNPRINTF snprintf #else /* 4996 warning to use MS extensions e.g., _sprintf_s