patch from 'sys-un.h-needs-sys-socket.h' by Dan Drown http://dan.drown.org/android/src/busybox/
Signed-off-by: Tias Guns <[email protected]> --- networking/inetd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/networking/inetd.c b/networking/inetd.c index 26b6699..589c267 100644 --- a/networking/inetd.c +++ b/networking/inetd.c @@ -165,6 +165,7 @@ //usage: "\n (default: 0 - disabled)" #include <syslog.h> +#include <sys/socket.h> #include <sys/un.h> #include "libbb.h" -- 1.7.10 _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
