From b6adbf1be29841501cc49917249e85f273e1df7c Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sat, 26 May 2007 19:00:18 +0000 Subject: usage.c: remove reference to busybox.h *: s/include "busybox.h"/include "libbb.h" --- networking/libiproute/ip_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'networking/libiproute/ip_common.h') diff --git a/networking/libiproute/ip_common.h b/networking/libiproute/ip_common.h index 96df6100a..97101079f 100644 --- a/networking/libiproute/ip_common.h +++ b/networking/libiproute/ip_common.h @@ -2,7 +2,7 @@ #ifndef _IP_COMMON_H #define _IP_COMMON_H 1 -#include "busybox.h" +#include "libbb.h" #include #include #include -- cgit v1.2.3