mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-10 03:30:39 +03:00
Change ifdef for UNIX_LINUX Only
This commit is contained in:
parent
c72d4fddb8
commit
18598b5d96
@ -50,6 +50,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef UNIX_LINUX
|
#ifdef UNIX_LINUX
|
||||||
|
#include <netpacket/packet.h>
|
||||||
|
|
||||||
struct my_tpacket_auxdata
|
struct my_tpacket_auxdata
|
||||||
{
|
{
|
||||||
|
@ -13,12 +13,15 @@
|
|||||||
|
|
||||||
#ifdef OS_UNIX
|
#ifdef OS_UNIX
|
||||||
#include <netinet/in.h>
|
#include <netinet/in.h>
|
||||||
|
|
||||||
|
#ifdef UNIX_LINUX
|
||||||
#include <pthread.h>
|
#include <pthread.h>
|
||||||
|
|
||||||
#ifdef UNIX_OPENBSD
|
#ifdef UNIX_OPENBSD
|
||||||
#include <pthread.h>
|
#include <pthread.h>
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Dynamic Value
|
// Dynamic Value
|
||||||
struct DYN_VALUE
|
struct DYN_VALUE
|
||||||
|
Loading…
Reference in New Issue
Block a user