diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-02-15 15:12:08 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-02-15 15:12:08 +0000 |
| commit | 5c0822d91159e3d6fd341b34f2227cf890c903b8 (patch) | |
| tree | aed71683ec7f8e1b1bba13cf04111fc29dc7041e /games/factor/factor.c | |
| parent | 2e5559a9ee38e868b66811766260bd966aa41746 (diff) | |
Notes
Diffstat (limited to 'games/factor/factor.c')
| -rw-r--r-- | games/factor/factor.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/factor/factor.c b/games/factor/factor.c index 3ad5076c3e93..157cecbdd6fd 100644 --- a/games/factor/factor.c +++ b/games/factor/factor.c @@ -41,7 +41,7 @@ static char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)factor.c 8.3 (Berkeley) 3/30/94"; +static char sccsid[] = "@(#)factor.c 8.4 (Berkeley) 5/4/95"; #endif /* not lint */ /* @@ -69,6 +69,7 @@ static char sccsid[] = "@(#)factor.c 8.3 (Berkeley) 3/30/94"; #include <limits.h> #include <stdio.h> #include <stdlib.h> +#include <unistd.h> #include "primes.h" |
