mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-22 17:39:53 +03:00
endif UNIX_LINUX before BSD
This commit is contained in:
parent
3c7d78a1bf
commit
09dd8a8b07
@ -16,12 +16,13 @@
|
||||
|
||||
#ifdef UNIX_LINUX
|
||||
#include <pthread.h>
|
||||
#endif
|
||||
|
||||
#ifdef UNIX_OPENBSD
|
||||
#include <pthread.h>
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
// Dynamic Value
|
||||
struct DYN_VALUE
|
||||
|
Loading…
Reference in New Issue
Block a user