[git commit branch/1_20_stable] inetd: fix build failure in Android

Mike Frysinger vapier at gentoo.org
Sat Oct 20 19:28:42 UTC 2012


commit: http://git.busybox.net/busybox/commit/?id=5a5dfcad6ba96d12d68bd7b39279215a8fee70d3
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/1_20_stable

Signed-off-by: Tias Guns <tias at ulyssis.org>
Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
(cherry picked from commit 64f763b42a43cbf36e401690ff6767c25575e520)
---
 networking/inetd.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/networking/inetd.c b/networking/inetd.c
index 26b6699..1308d74 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> /* un.h may need this */
 #include <sys/un.h>
 
 #include "libbb.h"


More information about the busybox-cvs mailing list