diff options
| author | svn2git <svn2git@FreeBSD.org> | 1994-05-01 08:00:00 +0000 |
|---|---|---|
| committer | svn2git <svn2git@FreeBSD.org> | 1994-05-01 08:00:00 +0000 |
| commit | a16f65c7d117419bd266c28a1901ef129a337569 (patch) | |
| tree | 2626602f66dc3551e7a7c7bc9ad763c3bc7ab40a /games/arithmetic/arithmetic.c | |
| parent | 8503f4f13f77abf7adc8f7e329c6f9c1d52b6a20 (diff) | |
Diffstat (limited to 'games/arithmetic/arithmetic.c')
| -rw-r--r-- | games/arithmetic/arithmetic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/arithmetic/arithmetic.c b/games/arithmetic/arithmetic.c index 4fd8bf96446a..aa342de1f8ed 100644 --- a/games/arithmetic/arithmetic.c +++ b/games/arithmetic/arithmetic.c @@ -77,6 +77,7 @@ static char sccsid[] = "@(#)arithmetic.c 5.5 (Berkeley) 2/27/91"; #include <ctype.h> #include <stdio.h> #include <string.h> +#include <time.h> char keylist[] = "+-x/"; char defaultkeys[] = "+-"; @@ -102,7 +103,6 @@ main(argc, argv) extern char *optarg; extern int optind; int ch, cnt; - time_t time(); void intr(); while ((ch = getopt(argc, argv, "r:o:")) != EOF) |
