Commit c60eeb0bed7c86f411096254c67b30cbe4fe08ac

Francois Perrad 2017-12-09T20:05:39

add missing include

1
2
3
4
5
6
7
8
9
10
11
diff --git a/etc/mont.c b/etc/mont.c
index e42c52b..368b1ca 100644
--- a/etc/mont.c
+++ b/etc/mont.c
@@ -1,5 +1,6 @@
 /* tests the montgomery routines */
 #include <tommath.h>
+#include <time.h>
 
 int main(void)
 {