summaryrefslogtreecommitdiff
path: root/mail/mh/files/patch-ao
blob: 88e052be68955c6e9a8f7961b7ec51a1c5495708 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- uip/forw.c.orig	Sat Jan 16 21:06:24 1999
+++ uip/forw.c	Sat Jan 16 21:07:07 1999
@@ -12,6 +12,7 @@
 #ifdef LOCALE
 #include	<locale.h>
 #endif
+#include <time.h>
 
 #ifndef	MIME
 #define	MIMEminc(a)	(a)
@@ -133,7 +134,6 @@
 static struct msgs *mp = NULL;		/* used a lot */
 
 
-long	time ();
 off_t	lseek();
 
 /*  */