aboutsummaryrefslogtreecommitdiff
path: root/networking/libiproute/iplink.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2011-06-12 17:15:16 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2011-06-12 17:15:16 +0200
commitb307eabf4d47cbe224e35711838c8545f610205b (patch)
treed7aab4203e67b4c835ff2e09fc33265b45c854ba /networking/libiproute/iplink.c
parent000ae5cefe204aec44e7997440c4ea7eca5d4893 (diff)
downloadbusybox-b307eabf4d47cbe224e35711838c8545f610205b.tar.gz
iplink: tweak includes to work on android
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/libiproute/iplink.c')
-rw-r--r--networking/libiproute/iplink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/libiproute/iplink.c b/networking/libiproute/iplink.c
index 82ab979a5..bad2017fe 100644
--- a/networking/libiproute/iplink.c
+++ b/networking/libiproute/iplink.c
@@ -7,7 +7,7 @@
#include <net/if.h>
#include <net/if_packet.h>
#include <netpacket/packet.h>
-#include <net/ethernet.h>
+#include <netinet/if_ether.h>
#include "ip_common.h" /* #include "libbb.h" is inside */
#include "rt_names.h"