[git commit] add include <sys/socket.h>
Denys Vlasenko
vda.linux at googlemail.com
Sun Apr 17 21:18:15 UTC 2011
commit: http://git.busybox.net/busybox/commit/?id=cfbd31a7fb0a2e76864432823da1aa956fbdfa25
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master
Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
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 38b6c05..bb42e26 100644
--- a/networking/libiproute/ll_types.c
+++ b/networking/libiproute/ll_types.c
@@ -7,6 +7,7 @@
*
* Authors: Alexey Kuznetsov, <kuznet at 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>
--
1.7.3.4
More information about the busybox-cvs
mailing list