ifplugd: discovered why it needed net/ethernet.h: just for ETH_ALEN
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
78fb6ea63a
commit
4271698fea
@ -58,6 +58,10 @@
|
||||
#define __user
|
||||
#include <linux/wireless.h>
|
||||
|
||||
#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
|
||||
|
Loading…
Reference in New Issue
Block a user