From fa939aae8178b1675e6fa118c7da05ae575f87cd Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Wed, 5 Apr 2006 16:21:37 +0000 Subject: - include proper headers. --- networking/libiproute/ip_parse_common_args.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'networking/libiproute') diff --git a/networking/libiproute/ip_parse_common_args.c b/networking/libiproute/ip_parse_common_args.c index a76df48e0..52e549ea2 100644 --- a/networking/libiproute/ip_parse_common_args.c +++ b/networking/libiproute/ip_parse_common_args.c @@ -16,10 +16,10 @@ #include +#include "libbb.h" #include "utils.h" #include "ip_common.h" -#include "busybox.h" int preferred_family = AF_UNSPEC; int oneline = 0; -- cgit v1.2.3