From: Tias Guns Date: Sun, 10 Jun 2012 12:19:01 +0000 (+0200) Subject: inetd: fix build failure in Android X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5a5dfcad6ba96d12d68bd7b39279215a8fee70d3;p=oweals%2Fbusybox.git inetd: fix build failure in Android Signed-off-by: Tias Guns Signed-off-by: Denys Vlasenko (cherry picked from commit 64f763b42a43cbf36e401690ff6767c25575e520) --- 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 +#include /* un.h may need this */ #include #include "libbb.h"