mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
NSURLSession: Include WS2tcpip in test http server
This commit is contained in:
parent
732fd2d2fb
commit
a043cb077c
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
|
||||
#ifdef _WIN32
|
||||
#import <winsock2.h>
|
||||
#import <WS2tcpip.h>
|
||||
|
||||
#define close(x) closesocket(x)
|
||||
#else
|
||||
|
|
Loading…
Reference in a new issue