diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-04-05 16:21:37 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-04-05 16:21:37 +0000 |
commit | fa939aae8178b1675e6fa118c7da05ae575f87cd (patch) | |
tree | 00bbd3cfe2ad339355510b3e96c57d7f985f0674 /networking/libiproute | |
parent | 465874f3a31da80c3fe444a425afbb840098de1c (diff) | |
download | busybox-fa939aae8178b1675e6fa118c7da05ae575f87cd.tar.gz |
- include proper headers.
Diffstat (limited to 'networking/libiproute')
-rw-r--r-- | networking/libiproute/ip_parse_common_args.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <string.h> +#include "libbb.h" #include "utils.h" #include "ip_common.h" -#include "busybox.h" int preferred_family = AF_UNSPEC; int oneline = 0; |