it should have been. Added #include of h/tws.h to pick up
dtime() prototype.
+2006-02-25 David Levine <levinedl@acm.org>
+
+ * uip/sendsbr.c: replaced st_mtim with st_mtime, that's what
+ it should have been. Added #include of h/tws.h to pick up
+ dtime() prototype.
+
2006-02-20 David Levine <levinedl@acm.org>
* h/mh.h, h/prototypes.h, uip/mhbuildsbr.c, uip/send.c,
#include <signal.h>
#include <fcntl.h>
#include <h/mime.h>
+#include <h/tws.h>
#include <h/utils.h>
#ifdef TIME_WITH_SYS_TIME
(void) fprintf (composition_file,
"#%s <>{attachment; modification-date=\"%s\"}",
content_type,
- dtime (&st.st_mtim, 0));
+ dtime (&st.st_mtime, 0));
break;
default: