summaryrefslogtreecommitdiffstats
path: root/factor
diff options
context:
space:
mode:
Diffstat (limited to 'factor')
-rw-r--r--factor/factor.c3
1 files changed, 2 insertions, 1 deletions
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 <stdio.h>
+#include <limits.h>
#include <ctype.h>
#include "primes.h"