]> Git Repo - secp256k1.git/commitdiff
Include time.h header for time().
authorPavel Janík <[email protected]>
Mon, 8 Dec 2014 19:48:58 +0000 (20:48 +0100)
committerPavel Janík <[email protected]>
Mon, 8 Dec 2014 19:48:58 +0000 (20:48 +0100)
src/tests.c

index 305a240e6c652b6776f278e1da29e53e94fe95e5..ccc06c19191d42229e5e2cd1f5d0d07c6f983879 100644 (file)
@@ -11,6 +11,8 @@
 #include <stdio.h>
 #include <stdlib.h>
 
+#include <time.h>
+
 #include "secp256k1.c"
 #include "testrand_impl.h"
 
This page took 0.028322 seconds and 4 git commands to generate.