mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-12 20:50:41 +03:00
fix alpine compile issue.
This commit is contained in:
parent
c72d4fddb8
commit
f1b464e84d
@ -25,7 +25,6 @@
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
|
||||
#include <netpacket/packet.h>
|
||||
#include <net/if.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/stat.h>
|
||||
@ -50,6 +49,7 @@
|
||||
#endif
|
||||
|
||||
#ifdef UNIX_LINUX
|
||||
#include <netpacket/packet.h>
|
||||
|
||||
struct my_tpacket_auxdata
|
||||
{
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user