mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-22 17:39:53 +03:00
Change ifdef for UNIX_LINUX Only
This commit is contained in:
parent
c72d4fddb8
commit
18598b5d96
@ -50,6 +50,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