From 4271698fea42a51e48a5d761e8c00a5fd57661de Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Wed, 7 Oct 2015 02:02:56 +0200 Subject: [PATCH] ifplugd: discovered why it needed net/ethernet.h: just for ETH_ALEN Signed-off-by: Denys Vlasenko --- networking/ifplugd.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/networking/ifplugd.c b/networking/ifplugd.c index 1e6c562e0..f0defb5c8 100644 --- a/networking/ifplugd.c +++ b/networking/ifplugd.c @@ -58,6 +58,10 @@ #define __user #include +#ifndef ETH_ALEN +# define ETH_ALEN 6 +#endif + /* From initial port to busybox, removed most of the redundancy by converting implementation of a polymorphic interface to the strict