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/ip_parse_common_args.c | |
parent | 465874f3a31da80c3fe444a425afbb840098de1c (diff) | |
download | busybox-w32-fa939aae8178b1675e6fa118c7da05ae575f87cd.tar.gz busybox-w32-fa939aae8178b1675e6fa118c7da05ae575f87cd.tar.bz2 busybox-w32-fa939aae8178b1675e6fa118c7da05ae575f87cd.zip |
- include proper headers.
Diffstat (limited to '')
-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 @@ | |||
16 | 16 | ||
17 | #include <string.h> | 17 | #include <string.h> |
18 | 18 | ||
19 | #include "libbb.h" | ||
19 | #include "utils.h" | 20 | #include "utils.h" |
20 | #include "ip_common.h" | 21 | #include "ip_common.h" |
21 | 22 | ||
22 | #include "busybox.h" | ||
23 | 23 | ||
24 | int preferred_family = AF_UNSPEC; | 24 | int preferred_family = AF_UNSPEC; |
25 | int oneline = 0; | 25 | int oneline = 0; |