Mercurial > emacs
changeset 4008:b43e59cb1d54
* b2m.c: #include <sys/types.h>.
(ltoday): Declare this to be time_t.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Tue, 06 Jul 1993 16:07:30 +0000 |
parents | 55da23f04d01 |
children | 4edc10a61fa7 |
files | lib-src/b2m.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lib-src/b2m.c Tue Jul 06 14:55:20 1993 +0000 +++ b/lib-src/b2m.c Tue Jul 06 16:07:30 1993 +0000 @@ -17,6 +17,7 @@ #include <stdio.h> #include <time.h> +#include <sys/types.h> #include "../src/config.h" @@ -33,7 +34,7 @@ #define FALSE (0) int header = FALSE, printing; -long ltoday; +time_t ltoday; char from[256], labels[256], data[256], *p, *today; main (argc, argv)