diff options
Diffstat (limited to 'networking/libiproute/rtm_map.c')
-rw-r--r-- | networking/libiproute/rtm_map.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/networking/libiproute/rtm_map.c b/networking/libiproute/rtm_map.c index c16406b8b..7fad0ecc8 100644 --- a/networking/libiproute/rtm_map.c +++ b/networking/libiproute/rtm_map.c | |||
@@ -11,8 +11,7 @@ | |||
11 | * | 11 | * |
12 | */ | 12 | */ |
13 | 13 | ||
14 | #include <stdlib.h> | 14 | #include "libbb.h" |
15 | #include <string.h> | ||
16 | #include "rt_names.h" | 15 | #include "rt_names.h" |
17 | #include "utils.h" | 16 | #include "utils.h" |
18 | 17 | ||