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-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>
-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 @@ //usage: "\n (default: 0 - disabled)" #include <syslog.h> +#include <sys/socket.h> /* un.h may need this */ #include <sys/un.h> #include "libbb.h" |