[PATCH 5/6] inetd: sys/un.h needs sys/socket.h included (needed on android)
Denys Vlasenko
vda.linux at googlemail.com
Sun Jun 10 12:19:35 UTC 2012
On Monday 28 May 2012 23:44, Tias Guns wrote:
> patch from 'sys-un.h-needs-sys-socket.h' by Dan Drown
> http://dan.drown.org/android/src/busybox/
>
> Signed-off-by: Tias Guns <tias at ulyssis.org>
> ---
> networking/inetd.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/networking/inetd.c b/networking/inetd.c
> index 26b6699..589c267 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>
> #include <sys/un.h>
>
> #include "libbb.h"
Applied, thanks!
--
vda
More information about the busybox
mailing list