diff options
Diffstat (limited to 'networking/libiproute/ll_addr.c')
-rw-r--r-- | networking/libiproute/ll_addr.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/networking/libiproute/ll_addr.c b/networking/libiproute/ll_addr.c index b4a218780..ab5a2c522 100644 --- a/networking/libiproute/ll_addr.c +++ b/networking/libiproute/ll_addr.c | |||
@@ -10,11 +10,9 @@ | |||
10 | * Authors: Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru> | 10 | * Authors: Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru> |
11 | */ | 11 | */ |
12 | 12 | ||
13 | #include "libbb.h" | ||
14 | |||
15 | #include <string.h> | ||
16 | #include <net/if_arp.h> | 13 | #include <net/if_arp.h> |
17 | 14 | ||
15 | #include "libbb.h" | ||
18 | #include "rt_names.h" | 16 | #include "rt_names.h" |
19 | #include "utils.h" | 17 | #include "utils.h" |
20 | 18 | ||