diff options
Diffstat (limited to 'networking/libiproute/ll_addr.c')
-rw-r--r-- | networking/libiproute/ll_addr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/networking/libiproute/ll_addr.c b/networking/libiproute/ll_addr.c index c4c446463..bb89a45a8 100644 --- a/networking/libiproute/ll_addr.c +++ b/networking/libiproute/ll_addr.c | |||
@@ -9,14 +9,14 @@ | |||
9 | * Authors: Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru> | 9 | * Authors: Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru> |
10 | */ | 10 | */ |
11 | 11 | ||
12 | #include <arpa/inet.h> | 12 | #include "libbb.h" |
13 | |||
13 | #include <string.h> | 14 | #include <string.h> |
14 | #include <net/if_arp.h> | 15 | #include <net/if_arp.h> |
15 | 16 | ||
16 | #include "rt_names.h" | 17 | #include "rt_names.h" |
17 | #include "utils.h" | 18 | #include "utils.h" |
18 | 19 | ||
19 | #include "libbb.h" | ||
20 | 20 | ||
21 | const char *ll_addr_n2a(unsigned char *addr, int alen, int type, char *buf, int blen) | 21 | const char *ll_addr_n2a(unsigned char *addr, int alen, int type, char *buf, int blen) |
22 | { | 22 | { |