mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 17:15:38 +01:00
Add missing header for windows
This commit is contained in:
parent
173402bb61
commit
6a398d4234
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user