mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-20 15:22:24 +01:00
11 lines
395 B
Diff
11 lines
395 B
Diff
--- 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>
|