Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTias Guns <tias@ulyssis.org>2012-06-10 16:19:01 +0400
committerMike Frysinger <vapier@gentoo.org>2012-10-20 23:28:42 +0400
commit5a5dfcad6ba96d12d68bd7b39279215a8fee70d3 (patch)
treea7122850eecff5d009e9f063274711f1c23c5f1c
parent83785f0ebcad58157bb7d866037664ab95563f48 (diff)
inetd: fix build failure in Android
Signed-off-by: Tias Guns <tias@ulyssis.org> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> (cherry picked from commit 64f763b42a43cbf36e401690ff6767c25575e520)
-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"