From: Denys Vlasenko Date: Sun, 12 Jun 2011 15:15:16 +0000 (+0200) Subject: iplink: tweak includes to work on android X-Git-Tag: 1_19_0~66 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b307eabf4d47cbe224e35711838c8545f610205b;p=oweals%2Fbusybox.git iplink: tweak includes to work on android Signed-off-by: Denys Vlasenko --- 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 #include #include -#include +#include #include "ip_common.h" /* #include "libbb.h" is inside */ #include "rt_names.h"