Fix compile error... header problems.
authorManuel Novoa III <mjn3@codepoet.org>
Tue, 11 Feb 2003 07:06:06 +0000 (07:06 -0000)
committerManuel Novoa III <mjn3@codepoet.org>
Tue, 11 Feb 2003 07:06:06 +0000 (07:06 -0000)
networking/inetd.c

index 0b80752..2769c01 100644 (file)
 #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"