From 713c4afcb4a74b0ab4dc4521a4ad45490d7e60cd Mon Sep 17 00:00:00 2001 From: Eric Blankenhorn Date: Wed, 22 Dec 2021 09:26:22 -0600 Subject: [PATCH] Fix missing include ws2tcpip.h for VS build --- 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 eb4a4e0a4..910c29a6e 100644 --- a/wolfssl/wolfcrypt/wc_port.h +++ b/wolfssl/wolfcrypt/wc_port.h @@ -618,6 +618,7 @@ #include #endif #include + #include #endif /* WOLFSSL_SGX */ #endif #elif defined(THREADX)