diff options
-rw-r--r-- | networking/ifplugd.c | 4 |
1 files changed, 4 insertions, 0 deletions
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 @@ | |||
58 | #define __user | 58 | #define __user |
59 | #include <linux/wireless.h> | 59 | #include <linux/wireless.h> |
60 | 60 | ||
61 | #ifndef ETH_ALEN | ||
62 | # define ETH_ALEN 6 | ||
63 | #endif | ||
64 | |||
61 | /* | 65 | /* |
62 | From initial port to busybox, removed most of the redundancy by | 66 | From initial port to busybox, removed most of the redundancy by |
63 | converting implementation of a polymorphic interface to the strict | 67 | converting implementation of a polymorphic interface to the strict |