add missing include

This commit is contained in:
Francois Perrad 2019-10-15 18:09:51 +02:00
parent 8b5fc198a7
commit 28ea368cc5
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
/* tests the montgomery routines */
#include <tommath.h>
#include <stdlib.h>
#include <time.h>
int main(void)

View File

@ -4,6 +4,7 @@
*
* Tom St Denis, tomstdenis@gmail.com, http://tom.gmail.com
*/
#include <stdlib.h>
#include <time.h>
#include "tommath.h"