From 0e0379ef0bb0bf835e897d83cbb21b65bdece86e Mon Sep 17 00:00:00 2001 From: alex Date: Sat, 3 Oct 1998 16:29:59 +0000 Subject: Added missing #include --- bin/date/date.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin/date') diff --git a/bin/date/date.c b/bin/date/date.c index c79e1e2..043cdcc 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 @@ -52,6 +52,7 @@ static const char rcsid[] = #include #include #include +#include #include #include #include -- cgit v1.1