1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-09-13 07:13:00 +03:00

Network.h: include forgotten pthread.h for MacOS too

This commit is contained in:
barracuda156 2023-08-14 15:40:53 +08:00
parent 137b8ef67a
commit 1cf2e7a8ea

View File

@ -23,6 +23,10 @@
#ifdef UNIX_OPENBSD
#include <pthread.h>
#endif
#ifdef UNIX_MACOS
#include <pthread.h>
#endif
#endif