1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-07-07 08:14:58 +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>