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/interface.c | 2 +- networking/libiproute/ip_parse_common_args.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'networking') diff --git a/networking/interface.c b/networking/interface.c index 5c1ee92cd..39fd44cc2 100644 --- a/networking/interface.c +++ b/networking/interface.c @@ -73,7 +73,7 @@ #include #include #include -#include "libbb.h" +#include "busybox.h" #ifdef CONFIG_FEATURE_IPV6 # define HAVE_AFINET6 1 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