diff options
author | Tias Guns <tias@ulyssis.org> | 2012-06-10 14:19:01 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2012-06-10 14:19:01 +0200 |
commit | 64f763b42a43cbf36e401690ff6767c25575e520 (patch) | |
tree | d677513329c114904d59287b237a9efc444ae674 | |
parent | 49b8e72012f8baa1b4d30f6b1d8f47fa88e7426f (diff) | |
download | busybox-w32-64f763b42a43cbf36e401690ff6767c25575e520.tar.gz busybox-w32-64f763b42a43cbf36e401690ff6767c25575e520.tar.bz2 busybox-w32-64f763b42a43cbf36e401690ff6767c25575e520.zip |
inetd: fix build failure in Android
Signed-off-by: Tias Guns <tias@ulyssis.org>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | networking/inetd.c | 1 |
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 @@ | |||
165 | //usage: "\n (default: 0 - disabled)" | 165 | //usage: "\n (default: 0 - disabled)" |
166 | 166 | ||
167 | #include <syslog.h> | 167 | #include <syslog.h> |
168 | #include <sys/socket.h> /* un.h may need this */ | ||
168 | #include <sys/un.h> | 169 | #include <sys/un.h> |
169 | 170 | ||
170 | #include "libbb.h" | 171 | #include "libbb.h" |