From 8e0cb8f58233a1c1953f92f66a2f2b01567f7b16 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 30 Aug 2016 12:04:01 +0200 Subject: [PATCH] ebtables: fix build with glibc Signed-off-by: Felix Fietkau --- package/network/utils/ebtables/patches/100-musl_fix.patch | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 @@ -- 2.30.2