Mercurial > emacs
diff lib-src/b2m.c @ 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 | df8249aa4901 |
| children | beb5acbcd482 |
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)
