Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2011-04-18 01:18:15 +0400
committerDenys Vlasenko <vda.linux@googlemail.com>2011-04-18 01:18:15 +0400
commitcfbd31a7fb0a2e76864432823da1aa956fbdfa25 (patch)
tree7b06006792f67fe0fa8880967ec58b86fd837576 /networking/libiproute
parent47061b4e9b5b7e5d1f27eb7fb83f6721c94b0986 (diff)
add include <sys/socket.h>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/libiproute')
-rw-r--r--networking/libiproute/ll_types.c1
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 @@
*
* Authors: Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru>
*/
+#include <sys/socket.h> /* linux/if_arp.h needs it on some systems */
#include <arpa/inet.h>
#include <linux/if_arp.h>