From: deraadt Date: Thu, 3 Mar 1994 03:07:24 +0000 (+0000) Subject: bring in limits.h X-Git-Url: https://git.cameronkatri.com/bsdgames-darwin.git/commitdiff_plain/dd845654d440e6072fff466d929676cb6e47cdf0 bring in limits.h --- diff --git a/factor/factor.c b/factor/factor.c index 73f8f650..9b5e0120 100644 --- a/factor/factor.c +++ b/factor/factor.c @@ -42,7 +42,7 @@ char copyright[] = #ifndef lint /*static char sccsid[] = "from: @(#)factor.c 4.4 (Berkeley) 6/1/90";*/ -static char rcsid[] = "$Id: factor.c,v 1.3 1993/12/08 07:27:50 mycroft Exp $"; +static char rcsid[] = "$Id: factor.c,v 1.4 1994/03/03 03:07:24 deraadt Exp $"; #endif /* not lint */ /* @@ -65,6 +65,7 @@ static char rcsid[] = "$Id: factor.c,v 1.3 1993/12/08 07:27:50 mycroft Exp $"; */ #include +#include #include #include "primes.h"