From a16f65c7d117419bd266c28a1901ef129a337569 Mon Sep 17 00:00:00 2001 From: svn2git Date: Sun, 1 May 1994 00:00:00 -0800 Subject: Release FreeBSD 1.1 This commit was manufactured to restore the state of the 1.1-RELEASE image. Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs. --- games/arithmetic/arithmetic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'games/arithmetic/arithmetic.c') 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 #include #include +#include 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) -- cgit v1.3