mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-22 17:39:53 +03:00
Network.h: include forgotten pthread.h for MacOS too
This commit is contained in:
parent
137b8ef67a
commit
1cf2e7a8ea
@ -23,6 +23,10 @@
|
|||||||
#ifdef UNIX_OPENBSD
|
#ifdef UNIX_OPENBSD
|
||||||
#include <pthread.h>
|
#include <pthread.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef UNIX_MACOS
|
||||||
|
#include <pthread.h>
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user