X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/ed554bc5e4201344d7eaad78263566e79428759c..fd88f5c5678c80ff5e338adc372d28a52ad20530:/usr/src/games/factor/factor.c diff --git a/usr/src/games/factor/factor.c b/usr/src/games/factor/factor.c index 562e4b2740..fc2b9078c3 100644 --- a/usr/src/games/factor/factor.c +++ b/usr/src/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 #include #include +#include #include "primes.h"