Skip to content

Commit

Permalink
IXSocket.h: add missing <sys/types.h> for macOS (#512)
Browse files Browse the repository at this point in the history
  • Loading branch information
barracuda156 authored May 8, 2024
1 parent c106e6c commit 2d47af8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ixwebsocket/IXSocket.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
#include <mutex>
#include <string>

#ifdef __APPLE__
#include <sys/types.h>
#endif

#ifdef _WIN32
#include <basetsd.h>
#ifdef _MSC_VER
Expand Down

0 comments on commit 2d47af8

Please sign in to comment.