diff options
Diffstat (limited to 'networking/ip.c')
-rw-r--r-- | networking/ip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/ip.c b/networking/ip.c index c7816c8..0105bd9 100644 --- a/networking/ip.c +++ b/networking/ip.c @@ -13,7 +13,7 @@ * Bernhard Fischer rewrote to use index_in_substr_array */ -#include "busybox.h" +#include "libbb.h" #include "libiproute/utils.h" #include "libiproute/ip_common.h" |