summaryrefslogtreecommitdiffstats
path: root/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
commitd244d8703e3d0edbd492dca367d74db166e8a687 (patch)
treebee801e85eaad3f30ab32d08cfd17cb2f5b3813d /arithmetic
parentee1bbda984c46b43ec02c5150e87fadec841fa52 (diff)
downloadbsdgames-darwin-d244d8703e3d0edbd492dca367d74db166e8a687.tar.gz
bsdgames-darwin-d244d8703e3d0edbd492dca367d74db166e8a687.tar.zst
bsdgames-darwin-d244d8703e3d0edbd492dca367d74db166e8a687.zip
Cleanup for GCC 2.
Diffstat (limited to 'arithmetic')
-rw-r--r--arithmetic/arithmetic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arithmetic/arithmetic.c b/arithmetic/arithmetic.c
index 4fd8bf96..aa342de1 100644
--- a/arithmetic/arithmetic.c
+++ b/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)