diff options
Diffstat (limited to 'networking/libiproute/iproute.c')
-rw-r--r-- | networking/libiproute/iproute.c | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/networking/libiproute/iproute.c b/networking/libiproute/iproute.c index f29a5158a..114fb6c90 100644 --- a/networking/libiproute/iproute.c +++ b/networking/libiproute/iproute.c | |||
@@ -15,23 +15,15 @@ | |||
15 | * Kunihiro Ishiguro <kunihiro@zebra.org> 001102: rtnh_ifindex was not initialized | 15 | * Kunihiro Ishiguro <kunihiro@zebra.org> 001102: rtnh_ifindex was not initialized |
16 | */ | 16 | */ |
17 | 17 | ||
18 | #include <stdio.h> | 18 | #include <sys/socket.h> |
19 | |||
19 | #include <stdlib.h> | 20 | #include <stdlib.h> |
20 | #include <unistd.h> | ||
21 | #include <syslog.h> | ||
22 | #include <fcntl.h> | ||
23 | #include <string.h> | 21 | #include <string.h> |
24 | #include <sys/time.h> | ||
25 | #include <sys/socket.h> | ||
26 | #include <netinet/in.h> | ||
27 | #include <netinet/ip.h> | ||
28 | #include <arpa/inet.h> | ||
29 | #include <linux/in_route.h> | ||
30 | 22 | ||
31 | #include "rt_names.h" | 23 | #include "rt_names.h" |
32 | #include "utils.h" | 24 | #include "utils.h" |
33 | 25 | ||
34 | #include "busybox.h" | 26 | #include "libbb.h" |
35 | 27 | ||
36 | #ifndef RTAX_RTTVAR | 28 | #ifndef RTAX_RTTVAR |
37 | #define RTAX_RTTVAR RTAX_HOPS | 29 | #define RTAX_RTTVAR RTAX_HOPS |