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 /networking | |
parent | 000ae5cefe204aec44e7997440c4ea7eca5d4893 (diff) |
iplink: tweak includes to work on android
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking')
-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 @@ #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" |