summaryrefslogtreecommitdiff
path: root/games/arithmetic
diff options
context:
space:
mode:
authormycroft <mycroft@NetBSD.org>1993-04-18 20:50:22 +0000
committermycroft <mycroft@NetBSD.org>1993-04-18 20:50:22 +0000
commit11a76ec00fc7598f0e2a3d4b28830b95598be34f (patch)
tree7a3634d1c9482ab30cb784e4525d5d609fef9527 /games/arithmetic
parentebe96c307cd9199374403e2678b6db24f9d312f7 (diff)
Cleanup for GCC 2.
Diffstat (limited to 'games/arithmetic')
-rw-r--r--games/arithmetic/arithmetic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/arithmetic/arithmetic.c b/games/arithmetic/arithmetic.c
index 4fd8bf96446..aa342de1f8e 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)