aboutsummaryrefslogtreecommitdiff
path: root/games/primes
diff options
context:
space:
mode:
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"