diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2011-06-12 17:15:16 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2011-06-12 17:15:16 +0200 |
commit | b307eabf4d47cbe224e35711838c8545f610205b (patch) | |
tree | d7aab4203e67b4c835ff2e09fc33265b45c854ba | |
parent | 000ae5cefe204aec44e7997440c4ea7eca5d4893 (diff) | |
download | busybox-w32-b307eabf4d47cbe224e35711838c8545f610205b.tar.gz busybox-w32-b307eabf4d47cbe224e35711838c8545f610205b.tar.bz2 busybox-w32-b307eabf4d47cbe224e35711838c8545f610205b.zip |
iplink: tweak includes to work on android
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | networking/libiproute/iplink.c | 2 |
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 @@ | |||
7 | #include <net/if.h> | 7 | #include <net/if.h> |
8 | #include <net/if_packet.h> | 8 | #include <net/if_packet.h> |
9 | #include <netpacket/packet.h> | 9 | #include <netpacket/packet.h> |
10 | #include <net/ethernet.h> | 10 | #include <netinet/if_ether.h> |
11 | 11 | ||
12 | #include "ip_common.h" /* #include "libbb.h" is inside */ | 12 | #include "ip_common.h" /* #include "libbb.h" is inside */ |
13 | #include "rt_names.h" | 13 | #include "rt_names.h" |