blob: ecd2ba3558f82f7f193552f37db1fbffb5450182 (
plain) (
tree)
|
|
--- ./telnetd/utility.c.orig Sun Feb 25 18:20:41 2001
+++ ./telnetd/utility.c Sun Feb 25 18:20:59 2001
@@ -41,6 +41,7 @@
#include <stdarg.h>
#include <sys/utsname.h>
+#include <time.h>
#ifdef AUTHENTICATE
#include <libtelnet/auth.h>
|