Skip to content

Commit

Permalink
Update nanosockets.h
Browse files Browse the repository at this point in the history
  • Loading branch information
nxrighthere authored Feb 6, 2021
1 parent 976221d commit 4bcb224
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Source/Native/nanosockets.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@
#ifdef NANOSOCKETS_WINDOWS
#include <ws2tcpip.h>
#else
#ifdef NANOSOCKETS_MAC
#define __APPLE_USE_RFC_3542
#endif

#include <netinet/in.h>
#endif

Expand Down

0 comments on commit 4bcb224

Please sign in to comment.