]> git.cameronkatri.com Git - bsdgames-darwin.git/commitdiff
bring in limits.h
authorderaadt <deraadt@NetBSD.org>
Thu, 3 Mar 1994 03:07:24 +0000 (03:07 +0000)
committerderaadt <deraadt@NetBSD.org>
Thu, 3 Mar 1994 03:07:24 +0000 (03:07 +0000)
factor/factor.c

index 73f8f6504cc4af53a4536fb5112c3e90a492288d..9b5e012014be95b4e5ff949420828275d4c2e801 100644 (file)
@@ -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 <stdio.h>
+#include <limits.h>
 #include <ctype.h>
 #include "primes.h"