Skip to content

Commit

Permalink
Merge pull request #68 from TwinFan/master
Browse files Browse the repository at this point in the history
Merge build fix for Docker/Win
  • Loading branch information
TwinFan authored May 15, 2024
2 parents 280e5d6 + da9f615 commit 2c1377a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Network.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
#include <winsock2.h>
#include <ws2ipdef.h> // required for sockaddr_in6 (?)
#include <iphlpapi.h> // for GetAdaptersAddresses
#include <WS2tcpip.h> // for socklen_t
#include <MSWSock.h> // for LPFN_WSARECVMSG
#include <ws2tcpip.h> // for socklen_t
#include <mswsock.h> // for LPFN_WSARECVMSG
#else
#define __APPLE_USE_RFC_3542 // both required for newer constants like IPV6_RECVPKTINFO
#define _GNU_SOURCE
Expand Down

0 comments on commit 2c1377a

Please sign in to comment.