mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-09-19 17:59:19 +03:00
Change ifdef for UNIX_LINUX Only
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user