summaryrefslogtreecommitdiffstats
path: root/main/tinc/musl.patch
blob: 9b200a60d408749c64f99065f0cacc07bcaa1a88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
diff --git a/src/have.h b/src/have.h
index a96dd7d..9a4bd51 100644
--- a/src/have.h
+++ b/src/have.h
@@ -176,10 +176,6 @@
 #include <netinet/ip6.h>
 #endif
 
-#ifdef HAVE_NET_ETHERNET_H
-#include <net/ethernet.h>
-#endif
-
 #ifdef HAVE_NET_IF_ARP_H
 #include <net/if_arp.h>
 #endif
@@ -192,8 +188,4 @@
 #include <netinet/icmp6.h>
 #endif
 
-#ifdef HAVE_NETINET_IF_ETHER_H
-#include <netinet/if_ether.h>
-#endif
-
 #endif /* __TINC_SYSTEM_H__ */