aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/ebtables/patches/100-musl_fix.patch
blob: f393ea7d91d63ee6173e2795bdf5b1baaa29e1fe (plain)
1
2
3
4
5
6
7
8
9
10
--- a/include/ebtables_u.h
+++ b/include/ebtables_u.h
@@ -23,6 +23,7 @@
 
 #ifndef EBTABLES_U_H
 #define EBTABLES_U_H
+#define _NETINET_IF_ETHER_H
 #include <netinet/in.h>
 #include <netinet/ether.h>
 #include <linux/netfilter_bridge/ebtables.h>