Skip to content

Commit 09e437b

Browse files
committed
Merge pull request bitcoin#2696 from robbak/util_h-Add_stdarg_include
Explicitly #include stdarg.h, for access to va_list
2 parents ef9acc5 + 65ec9ea commit 09e437b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/util.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77

88
#include "uint256.h"
99

10+
#include <stdarg.h>
11+
1012
#ifndef WIN32
1113
#include <sys/types.h>
1214
#include <sys/time.h>

0 commit comments

Comments
 (0)