Skip to content

Commit c2e66ea

Browse files
committed
fix(build): docker windows build
1 parent 768fcb5 commit c2e66ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Network.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
#include <winsock2.h>
3333
#include <ws2ipdef.h> // required for sockaddr_in6 (?)
3434
#include <iphlpapi.h> // for GetAdaptersAddresses
35-
#include <WS2tcpip.h> // for socklen_t
36-
#include <MSWSock.h> // for LPFN_WSARECVMSG
35+
#include <ws2tcpip.h> // for socklen_t
36+
#include <mswsock.h> // for LPFN_WSARECVMSG
3737
#else
3838
#define __APPLE_USE_RFC_3542 // both required for newer constants like IPV6_RECVPKTINFO
3939
#define _GNU_SOURCE

0 commit comments

Comments
 (0)