From 1b5b5d69771549510fc330ea3fcbf8ee48664b90 Mon Sep 17 00:00:00 2001 From: mdw Date: Sat, 15 Jul 2000 10:02:07 +0000 Subject: [PATCH] Include missing header file. --- primorial.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/primorial.c b/primorial.c index 6022c9a..2ad2014 100644 --- a/primorial.c +++ b/primorial.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: primorial.c,v 1.2 2000/07/09 21:31:43 mdw Exp $ + * $Id: primorial.c,v 1.3 2000/07/15 10:02:07 mdw Exp $ * * Computes the product of the small primes * @@ -30,6 +30,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: primorial.c,v $ + * Revision 1.3 2000/07/15 10:02:07 mdw + * Include missing header file. + * * Revision 1.2 2000/07/09 21:31:43 mdw * Use `mpmul'. * @@ -41,6 +44,7 @@ /*----- Header files ------------------------------------------------------*/ #include "mp.h" +#include "mpint.h" #include "mpmul.h" #include "primetab.h" -- 2.11.0