Fix missing include ws2tcpip.h for VS build

This commit is contained in:
Eric Blankenhorn
2021-12-22 09:26:22 -06:00
parent ea432f45cd
commit 713c4afcb4

View File

@ -618,6 +618,7 @@
#include <winsock2.h>
#endif
#include <windows.h>
#include <ws2tcpip.h>
#endif /* WOLFSSL_SGX */
#endif
#elif defined(THREADX)