cvsdist acb6917
--- telnetd/telnetd.c	Thu Apr 13 00:36:12 2000
cvsdist acb6917
+++ telnetd.new/telnetd.c	Sun Mar 11 03:10:43 2001
cvsdist acb6917
@@ -44,7 +44,7 @@
cvsdist acb6917
 #include "../version.h"
cvsdist acb6917
 
cvsdist acb6917
 #include <netdb.h>
cvsdist acb6917
-#include <termcap.h>
cvsdist acb6917
+#include <ncurses/termcap.h>
cvsdist acb6917
 #include <netinet/in.h>
cvsdist acb6917
 /* #include <netinet/ip.h> */ /* Don't think this is used at all here */
cvsdist acb6917
 #include <arpa/inet.h>
cvsdist acb6917
--- telnetd/defs.h	Mon Aug  2 06:14:03 1999
cvsdist acb6917
+++ telnetd.new/defs.h	Sun Mar 11 03:28:13 2001
cvsdist acb6917
@@ -56,6 +56,7 @@
cvsdist acb6917
 #include <sys/file.h>
cvsdist acb6917
 #include <sys/stat.h>
cvsdist acb6917
 #include <sys/time.h>
cvsdist acb6917
+#include <time.h>
cvsdist acb6917
 #include <sys/ioctl.h>
cvsdist acb6917
 #include <netinet/in.h>
cvsdist acb6917
 #include <arpa/telnet.h>