Skip to content

Commit

Permalink
NSURLSession: Include WS2tcpip in test http server
Browse files Browse the repository at this point in the history
  • Loading branch information
hmelder committed Feb 4, 2025
1 parent 732fd2d commit a043cb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tests/base/NSURLSession/Helpers/HTTPServer.m
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

#ifdef _WIN32
#import <winsock2.h>
#import <WS2tcpip.h>

#define close(x) closesocket(x)
#else
Expand Down

0 comments on commit a043cb0

Please sign in to comment.