summaryrefslogtreecommitdiff
path: root/repo/iptables/fix-xtables.patch
blob: 657c8219b4f23a6d0690582a7cb825df3fe3ef9c (plain)
1
2
3
4
5
6
7
8
9
10
--- a/libxtables/xtables.c	2022-05-13 13:26:26.000000000 +0000
+++ b/libxtables/xtables.c	2022-05-17 08:56:52.670556393 +0000
@@ -45,7 +45,6 @@
 
 #include <xtables.h>
 #include <limits.h> /* INT_MAX in ip_tables.h/ip6_tables.h */
-#include <linux/if_ether.h> /* ETH_ALEN */
 #include <linux/netfilter_ipv4/ip_tables.h>
 #include <linux/netfilter_ipv6/ip6_tables.h>
 #include <libiptc/libxtc.h>