From: Denys Vlasenko Date: Thu, 15 Aug 2013 07:54:51 +0000 (+0200) Subject: fix build error with musl libc due to if_slip.h X-Git-Tag: 1.22.1~113 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fc364ba9e3e39bc8d75016a9bf66e4bbbb5a1c87;p=platform%2Fupstream%2Fbusybox.git fix build error with musl libc due to if_slip.h Signed-off-by: Denys Vlasenko --- diff --git a/networking/ifconfig.c b/networking/ifconfig.c index 999305a..8984b02 100644 --- a/networking/ifconfig.c +++ b/networking/ifconfig.c @@ -56,7 +56,7 @@ #endif #if ENABLE_FEATURE_IFCONFIG_SLIP -# include +# include #endif /* I don't know if this is needed for busybox or not. Anyone? */