aboutsummaryrefslogtreecommitdiff
path: root/networking/inetd.c
diff options
context:
space:
mode:
authorTias Guns <tias@ulyssis.org>2012-06-10 14:19:01 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2012-06-10 14:19:01 +0200
commit64f763b42a43cbf36e401690ff6767c25575e520 (patch)
treed677513329c114904d59287b237a9efc444ae674 /networking/inetd.c
parent49b8e72012f8baa1b4d30f6b1d8f47fa88e7426f (diff)
downloadbusybox-64f763b42a43cbf36e401690ff6767c25575e520.tar.gz
inetd: fix build failure in Android
Signed-off-by: Tias Guns <tias@ulyssis.org> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/inetd.c')
-rw-r--r--networking/inetd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/networking/inetd.c b/networking/inetd.c
index 26b66992d..1308d74c7 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"