Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2006-08-28 13:41:49 +0400
committerRob Landley <rob@landley.net>2006-08-28 13:41:49 +0400
commit099ed50f911b61a1591a319df0d16ce0faaa5769 (patch)
treeb9c41eda94f7fdf8bb54e5fe60dcea594c726c93 /networking/inetd.c
parentf78ab5396d57512fdada5c7ad6fc917d9a88c52a (diff)
Unbreak allbareconfig a bit. (The telnetd.c fix is a perfect example of why
applets which are a forest of #ifdefs are unmaintainable.)
Diffstat (limited to 'networking/inetd.c')
-rw-r--r--networking/inetd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/networking/inetd.c b/networking/inetd.c
index a17d28ebf..9947f01ae 100644
--- a/networking/inetd.c
+++ b/networking/inetd.c
@@ -130,6 +130,7 @@
#include "busybox.h"
#include <syslog.h>
+#include <sys/un.h>
//#define CONFIG_FEATURE_INETD_RPC
//#define CONFIG_FEATURE_INETD_SUPPORT_BUILTIN_ECHO