diff options
Diffstat (limited to 'networking/libiproute/iproute.c')
-rw-r--r-- | networking/libiproute/iproute.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/networking/libiproute/iproute.c b/networking/libiproute/iproute.c index 4efe9fd74..75e52939c 100644 --- a/networking/libiproute/iproute.c +++ b/networking/libiproute/iproute.c | |||
@@ -13,11 +13,9 @@ | |||
13 | * Kunihiro Ishiguro <kunihiro@zebra.org> 001102: rtnh_ifindex was not initialized | 13 | * Kunihiro Ishiguro <kunihiro@zebra.org> 001102: rtnh_ifindex was not initialized |
14 | */ | 14 | */ |
15 | 15 | ||
16 | #include "libbb.h" | 16 | #include "ip_common.h" /* #include "libbb.h" is inside */ |
17 | |||
18 | #include "rt_names.h" | 17 | #include "rt_names.h" |
19 | #include "utils.h" | 18 | #include "utils.h" |
20 | #include "ip_common.h" | ||
21 | 19 | ||
22 | #ifndef RTAX_RTTVAR | 20 | #ifndef RTAX_RTTVAR |
23 | #define RTAX_RTTVAR RTAX_HOPS | 21 | #define RTAX_RTTVAR RTAX_HOPS |