mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-12 04:42:36 -03:00
Explicitly #include stdarg.h, for access to va_list
This commit is contained in:
parent
36dc41f427
commit
65ec9eab2b
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@
|
|||
|
||||
#include "uint256.h"
|
||||
|
||||
#include <stdarg.h>
|
||||
|
||||
#ifndef WIN32
|
||||
#include <sys/types.h>
|
||||
#include <sys/time.h>
|
||||
|
|
Loading…
Reference in a new issue