0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-02 09:46:52 -05:00

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 <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <time.h>
#include "secp256k1.c" #include "secp256k1.c"
#include "testrand_impl.h" #include "testrand_impl.h"