aboutsummaryrefslogtreecommitdiff
path: root/networking
diff options
context:
space:
mode:
authorManuel Novoa III <mjn3@codepoet.org>2003-02-11 07:06:06 +0000
committerManuel Novoa III <mjn3@codepoet.org>2003-02-11 07:06:06 +0000
commitc2843563f326e09249b3eff270ba6ffb8a19e90a (patch)
treec1a3a2f985cbeeac3aba2be8f2656d37b75a2203 /networking
parentae494a90864e923ade44e8656693d8d72503c574 (diff)
downloadbusybox-c2843563f326e09249b3eff270ba6ffb8a19e90a.tar.gz
Fix compile error... header problems.
Diffstat (limited to 'networking')
-rw-r--r--networking/inetd.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/networking/inetd.c b/networking/inetd.c
index 0b8075249..2769c01b7 100644
--- a/networking/inetd.c
+++ b/networking/inetd.c
@@ -123,14 +123,13 @@
#include <signal.h>
#include <netdb.h>
#include <syslog.h>
-#include <pwd.h>
-#include <grp.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <getopt.h>
#include <unistd.h>
#include <stdarg.h>
+#include <time.h>
#define _PATH_INETDCONF "/etc/inetd.conf"
#define _PATH_INETDPID "/var/run/inetd.pid"