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

Include time.h header for time().

This commit is contained in:
Pavel Janík 2014-12-08 20:48:58 +01:00
parent 3545627acb
commit e06a9244bf

View file

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