Busybox 1.20.0 squashed commit for ICS
diff --git a/include/android.h b/include/android.h
index d065422..024221e 100644
--- a/include/android.h
+++ b/include/android.h
@@ -59,4 +59,7 @@
 /* bionic's vfork is rather broken; for now a terrible bandaid: */
 #define vfork fork
 
+#define _SOCKLEN_T_DECLARED
+typedef int socklen_t;
+
 #endif