aboutsummaryrefslogtreecommitdiff
path: root/networking/libiproute/ip_parse_common_args.c
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-04-05 16:21:37 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-04-05 16:21:37 +0000
commitfa939aae8178b1675e6fa118c7da05ae575f87cd (patch)
tree00bbd3cfe2ad339355510b3e96c57d7f985f0674 /networking/libiproute/ip_parse_common_args.c
parent465874f3a31da80c3fe444a425afbb840098de1c (diff)
downloadbusybox-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.c2
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
24int preferred_family = AF_UNSPEC; 24int preferred_family = AF_UNSPEC;
25int oneline = 0; 25int oneline = 0;