Merge pull request #143

e06a924 Include time.h header for time(). (Pavel Janík)
This commit is contained in:
Pieter Wuille
2014-12-08 23:02:20 +01:00

View File

@ -11,6 +11,8 @@
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include "secp256k1.c"
#include "testrand_impl.h"