diff options
Diffstat (limited to 'networking/libiproute/libnetlink.c')
-rw-r--r-- | networking/libiproute/libnetlink.c | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/networking/libiproute/libnetlink.c b/networking/libiproute/libnetlink.c index 99672382a..fbc555dfe 100644 --- a/networking/libiproute/libnetlink.c +++ b/networking/libiproute/libnetlink.c | |||
@@ -10,18 +10,13 @@ | |||
10 | * | 10 | * |
11 | */ | 11 | */ |
12 | 12 | ||
13 | #include <stdio.h> | ||
14 | #include <stdlib.h> | ||
15 | #include <unistd.h> | ||
16 | #include <syslog.h> | ||
17 | #include <fcntl.h> | ||
18 | #include <net/if_arp.h> | ||
19 | #include <sys/socket.h> | 13 | #include <sys/socket.h> |
20 | #include <netinet/in.h> | 14 | |
21 | #include <string.h> | ||
22 | #include <errno.h> | 15 | #include <errno.h> |
16 | #include <stdio.h> | ||
17 | #include <string.h> | ||
23 | #include <time.h> | 18 | #include <time.h> |
24 | #include <sys/uio.h> | 19 | #include <unistd.h> |
25 | 20 | ||
26 | #include "libnetlink.h" | 21 | #include "libnetlink.h" |
27 | #include "libbb.h" | 22 | #include "libbb.h" |