BSD 4_4_Lite2 release
[unix-history] / usr / src / games / factor / factor.c
index 562e4b2..fc2b907 100644 (file)
@@ -41,7 +41,7 @@ static char copyright[] =
 #endif /* not lint */
 
 #ifndef lint
 #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 */
 
 /*
 #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 <limits.h>
 #include <stdio.h>
 #include <stdlib.h>
+#include <unistd.h>
 
 #include "primes.h"
 
 
 #include "primes.h"