aboutsummaryrefslogtreecommitdiffstats
path: root/ftp.c
diff options
context:
space:
mode:
Diffstat (limited to 'ftp.c')
-rw-r--r--ftp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ftp.c b/ftp.c
index 232c6a6..4a2befa 100644
--- a/ftp.c
+++ b/ftp.c
@@ -1,10 +1,11 @@
-/* $Id: ftp.c,v 1.18 2002/12/15 12:12:47 ukai Exp $ */
+/* $Id: ftp.c,v 1.19 2002/12/19 15:29:05 ukai Exp $ */
#include <stdio.h>
#include <pwd.h>
#include <Str.h>
#include <ctype.h>
#include <signal.h>
#include <setjmp.h>
+#include <time.h>
#include "fm.h"
#include "html.h"