mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-24 00:06:32 +01:00
Add missing header for windows
This commit is contained in:
parent
173402bb61
commit
6a398d4234
1 changed files with 4 additions and 0 deletions
|
|
@ -35,6 +35,10 @@
|
||||||
#include <winsock2.h>
|
#include <winsock2.h>
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
|
|
||||||
|
#if defined(POLARSSL_HAVE_IPV6)
|
||||||
|
#include <ws2tcpip.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#if defined(_WIN32_WCE)
|
#if defined(_WIN32_WCE)
|
||||||
#pragma comment( lib, "ws2.lib" )
|
#pragma comment( lib, "ws2.lib" )
|
||||||
#else
|
#else
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue