mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-15 09:36:24 +02:00
12 lines
247 B
Diff
12 lines
247 B
Diff
--- a/sysincludes.h
|
|
+++ b/sysincludes.h
|
|
@@ -145,7 +145,7 @@
|
|
#include <linux/if_packet.h>
|
|
#endif
|
|
#if HAVE_NETINET_IF_ETHER_H
|
|
-#include <netinet/if_ether.h>
|
|
+#include <linux/if_ether.h>
|
|
#endif
|
|
#if HAVE_LINUX_IF_TUN_H
|
|
#include <linux/if_tun.h>
|