1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00

fix alpine CI build

This commit is contained in:
Jeff Becker 2018-09-24 07:36:32 -04:00
parent f3ebb48c7b
commit d784d1de82
No known key found for this signature in database
GPG key ID: F357B3B42F6F9B05

View file

@ -39,7 +39,6 @@
#if defined Linux
#include <linux/if_ether.h>
#include <linux/if_tun.h>
#include <netinet/ether.h>
#else
#include <net/if.h>
#if defined DragonFly