diff options
-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 @@ | |||
165 | //usage: "\n (default: 0 - disabled)" | 165 | //usage: "\n (default: 0 - disabled)" |
166 | 166 | ||
167 | #include <syslog.h> | 167 | #include <syslog.h> |
168 | #include <sys/socket.h> /* un.h may need this */ | ||
168 | #include <sys/un.h> | 169 | #include <sys/un.h> |
169 | 170 | ||
170 | #include "libbb.h" | 171 | #include "libbb.h" |