blob: ecd2ba3558f82f7f193552f37db1fbffb5450182 (
about) (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- ./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>
|