Skip to content

Commit e06a924

Browse files
committed
Include time.h header for time().
1 parent 3545627 commit e06a924

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/tests.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
#include <stdio.h>
1212
#include <stdlib.h>
1313

14+
#include <time.h>
15+
1416
#include "secp256k1.c"
1517
#include "testrand_impl.h"
1618

0 commit comments

Comments
 (0)