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

endif UNIX_LINUX before BSD

This commit is contained in:
weidi 2021-12-26 16:13:53 +01:00
parent 3c7d78a1bf
commit 09dd8a8b07

View File

@ -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