aboutsummaryrefslogtreecommitdiff
path: root/games/primes
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1997-03-11 17:25:32 +0000
committerPeter Wemm <peter@FreeBSD.org>1997-03-11 17:25:32 +0000
commitbdb5b1dbdce534a5c68a442699b7fd434001e905 (patch)
treecab0caabd21b988f0913d835993c19e9b4d432ea /games/primes
parent89cb27a3d41a1cf9e27355a444a97145562e0ea4 (diff)
downloadsrc-bdb5b1dbdce534a5c68a442699b7fd434001e905.tar.gz
src-bdb5b1dbdce534a5c68a442699b7fd434001e905.zip
Merge from Lite2 (oops, nearly forgot these ones)
Notes
Notes: svn path=/head/; revision=23726
Diffstat (limited to 'games/primes')
-rw-r--r--games/primes/primes.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/primes/primes.c b/games/primes/primes.c
index a402be2df5a2..f174e9006f26 100644
--- a/games/primes/primes.c
+++ b/games/primes/primes.c
@@ -41,7 +41,7 @@ static char copyright[] =
#endif /* not lint */
#ifndef lint
-static char sccsid[] = "@(#)primes.c 8.4 (Berkeley) 3/21/94";
+static char sccsid[] = "@(#)primes.c 8.5 (Berkeley) 5/10/95";
#endif /* not lint */
/*
@@ -69,6 +69,7 @@ static char sccsid[] = "@(#)primes.c 8.4 (Berkeley) 3/21/94";
#include <memory.h>
#include <stdio.h>
#include <stdlib.h>
+#include <unistd.h>
#include "primes.h"