mirror of
https://github.com/SChernykh/p2pool.git
synced 2025-01-09 04:09:29 +00:00
Fix Mac compilation
This commit is contained in:
parent
fa3146a8f3
commit
276cc5f0fd
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@
|
||||||
#endif
|
#endif
|
||||||
#include <Windows.h>
|
#include <Windows.h>
|
||||||
|
|
||||||
#elif defined(__linux__) || defined(__unix__) || defined(_POSIX_VERSION)
|
#elif defined(__linux__) || defined(__unix__) || defined(_POSIX_VERSION) || defined(__MACH__)
|
||||||
|
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <sys/mman.h>
|
#include <sys/mman.h>
|
||||||
|
|
Loading…
Reference in a new issue