From: Felix Fietkau Date: Tue, 30 Aug 2016 10:04:01 +0000 (+0200) Subject: ebtables: fix build with glibc X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=8e0cb8f58233a1c1953f92f66a2f2b01567f7b16 ebtables: fix build with glibc Signed-off-by: Felix Fietkau --- diff --git a/package/network/utils/ebtables/patches/100-musl_fix.patch b/package/network/utils/ebtables/patches/100-musl_fix.patch index 84aeb39321..0ac1fbfecf 100644 --- a/package/network/utils/ebtables/patches/100-musl_fix.patch +++ b/package/network/utils/ebtables/patches/100-musl_fix.patch @@ -40,15 +40,16 @@ #include --- a/include/ebtables_u.h +++ b/include/ebtables_u.h -@@ -23,6 +23,8 @@ +@@ -23,7 +23,9 @@ #ifndef EBTABLES_U_H #define EBTABLES_U_H +#include -+#include #include ++#include #include #include + --- a/include/linux/if_ether.h +++ /dev/null @@ -1,126 +0,0 @@