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
commit b43b79a5b1
No known key found for this signature in database
GPG key ID: 57896D2FF8F0B657

View file

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