mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-07-06 07:44:57 +03:00
fix alpine compile issue.
This commit is contained in:
@ -13,12 +13,15 @@
|
||||
|
||||
#ifdef OS_UNIX
|
||||
#include <netinet/in.h>
|
||||
|
||||
#ifdef UNIX_LINUX
|
||||
#include <pthread.h>
|
||||
|
||||
#ifdef UNIX_OPENBSD
|
||||
#include <pthread.h>
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
|
||||
// Dynamic Value
|
||||
struct DYN_VALUE
|
||||
|
Reference in New Issue
Block a user