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 c16406b..7fad0ec 100644 --- a/networking/libiproute/rtm_map.c +++ b/networking/libiproute/rtm_map.c @@ -11,8 +11,7 @@ * */ -#include <stdlib.h> -#include <string.h> +#include "libbb.h" #include "rt_names.h" #include "utils.h" |