1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-09-18 01:33:00 +03:00

Fix build error on alpine

This commit is contained in:
Johannes Weidacher 2021-12-23 20:59:48 +01:00
parent 918fedb9d4
commit 73ffa10f50
2 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,7 @@
#include <errno.h>
#include <fcntl.h>
#include <netpacket/packet.h>
#include <net/if.h>
#include <sys/ioctl.h>
#include <sys/stat.h>

View File

@ -13,6 +13,7 @@
#ifdef OS_UNIX
#include <netinet/in.h>
#include <pthread.h>
#ifdef UNIX_OPENBSD
#include <pthread.h>