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-fa939aae8178b1675e6fa118c7da05ae575f87cd.tar.gz
- include proper headers.
Diffstat (limited to 'networking/libiproute/ip_parse_common_args.c')
-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 @@
#include <string.h>
+#include "libbb.h"
#include "utils.h"
#include "ip_common.h"
-#include "busybox.h"
int preferred_family = AF_UNSPEC;
int oneline = 0;