add missing include
This commit is contained in:
parent
8b5fc198a7
commit
28ea368cc5
@ -1,5 +1,6 @@
|
|||||||
/* tests the montgomery routines */
|
/* tests the montgomery routines */
|
||||||
#include <tommath.h>
|
#include <tommath.h>
|
||||||
|
#include <stdlib.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
|
|
||||||
int main(void)
|
int main(void)
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
*
|
*
|
||||||
* Tom St Denis, tomstdenis@gmail.com, http://tom.gmail.com
|
* Tom St Denis, tomstdenis@gmail.com, http://tom.gmail.com
|
||||||
*/
|
*/
|
||||||
|
#include <stdlib.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
#include "tommath.h"
|
#include "tommath.h"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user