[PATCH 5/6] inetd: sys/un.h needs sys/socket.h included (needed on android)
Tias Guns
tias at ulyssis.org
Sun Jun 3 14:43:07 UTC 2012
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"
--
1.7.10
More information about the busybox
mailing list