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:
Denys Vlasenko 2015-10-07 02:02:56 +02:00
parent 78fb6ea63a
commit 4271698fea
1 changed files with 4 additions and 0 deletions

View File

@ -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