mirror of https://github.com/mirror/busybox.git
inetd: fix build failure in Android
Signed-off-by: Tias Guns <tias@ulyssis.org> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>1_21_stable
parent
49b8e72012
commit
64f763b42a
|
@ -165,6 +165,7 @@
|
||||||
//usage: "\n (default: 0 - disabled)"
|
//usage: "\n (default: 0 - disabled)"
|
||||||
|
|
||||||
#include <syslog.h>
|
#include <syslog.h>
|
||||||
|
#include <sys/socket.h> /* un.h may need this */
|
||||||
#include <sys/un.h>
|
#include <sys/un.h>
|
||||||
|
|
||||||
#include "libbb.h"
|
#include "libbb.h"
|
||||||
|
|
Loading…
Reference in New Issue