mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-05-09 03:04:24 +02:00
Add missing header for windows
This commit is contained in:
@@ -35,6 +35,10 @@
|
||||
#include <winsock2.h>
|
||||
#include <windows.h>
|
||||
|
||||
#if defined(POLARSSL_HAVE_IPV6)
|
||||
#include <ws2tcpip.h>
|
||||
#endif
|
||||
|
||||
#if defined(_WIN32_WCE)
|
||||
#pragma comment( lib, "ws2.lib" )
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user