diff options
| author | Alexander Langer <alex@FreeBSD.org> | 1998-10-03 16:29:59 +0000 |
|---|---|---|
| committer | Alexander Langer <alex@FreeBSD.org> | 1998-10-03 16:29:59 +0000 |
| commit | f97fe1224338c9bd7cd78fd6a609ded8634c9dcf (patch) | |
| tree | 1c41316ed933bdae6913e0eb935320fbb3d27532 /bin/date/date.c | |
| parent | 8f359bc68c24ccfff3754c753a4a65d529f60b30 (diff) | |
Notes
Diffstat (limited to 'bin/date/date.c')
| -rw-r--r-- | bin/date/date.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/date/date.c b/bin/date/date.c index c79e1e250403..043cdccd015b 100644 --- a/bin/date/date.c +++ b/bin/date/date.c @@ -42,7 +42,7 @@ static char const copyright[] = static char sccsid[] = "@(#)date.c 8.2 (Berkeley) 4/28/95"; #endif static const char rcsid[] = - "$Id: date.c,v 1.24 1998/05/06 06:51:15 charnier Exp $"; + "$Id: date.c,v 1.25 1998/05/13 07:31:39 charnier Exp $"; #endif /* not lint */ #include <sys/param.h> @@ -52,6 +52,7 @@ static const char rcsid[] = #include <err.h> #include <stdio.h> #include <stdlib.h> +#include <string.h> #include <syslog.h> #include <unistd.h> #include <locale.h> |
