diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2011-04-17 23:18:15 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2011-04-17 23:18:15 +0200 |
commit | cfbd31a7fb0a2e76864432823da1aa956fbdfa25 (patch) | |
tree | 7b06006792f67fe0fa8880967ec58b86fd837576 | |
parent | 47061b4e9b5b7e5d1f27eb7fb83f6721c94b0986 (diff) | |
download | busybox-w32-cfbd31a7fb0a2e76864432823da1aa956fbdfa25.tar.gz busybox-w32-cfbd31a7fb0a2e76864432823da1aa956fbdfa25.tar.bz2 busybox-w32-cfbd31a7fb0a2e76864432823da1aa956fbdfa25.zip |
add include <sys/socket.h>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | networking/libiproute/ll_types.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/networking/libiproute/ll_types.c b/networking/libiproute/ll_types.c index 38b6c0516..bb42e269e 100644 --- a/networking/libiproute/ll_types.c +++ b/networking/libiproute/ll_types.c | |||
@@ -7,6 +7,7 @@ | |||
7 | * | 7 | * |
8 | * Authors: Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru> | 8 | * Authors: Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru> |
9 | */ | 9 | */ |
10 | #include <sys/socket.h> /* linux/if_arp.h needs it on some systems */ | ||
10 | #include <arpa/inet.h> | 11 | #include <arpa/inet.h> |
11 | #include <linux/if_arp.h> | 12 | #include <linux/if_arp.h> |
12 | 13 | ||