diff options
Diffstat (limited to 'networking')
-rw-r--r-- | networking/libiproute/ll_proto.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/networking/libiproute/ll_proto.c b/networking/libiproute/ll_proto.c index 9ee5ab2..2319530 100644 --- a/networking/libiproute/ll_proto.c +++ b/networking/libiproute/ll_proto.c @@ -9,8 +9,7 @@ * Authors: Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru> */ -#include <stdio.h> -#include <arpa/inet.h> +#include "libbb.h" #include <string.h> #include "rt_names.h" |