Commit 17afe155f0e40d3b39e1bb5fa706b2bad5261d39

Francois Perrad 2019-10-24T18:16:05

needs mp_word

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/etc/pprime.c b/etc/pprime.c
index 411e446..fe32a30 100644
--- a/etc/pprime.c
+++ b/etc/pprime.c
@@ -7,6 +7,7 @@
 #include <stdlib.h>
 #include <time.h>
 #include "tommath.h"
+#include "tommath_private.h" /* mp_word */
 
 static int   n_prime;
 static FILE *primes;