From 65ec9eab2bf1aea0bd580e1d972f54163b58b332 Mon Sep 17 00:00:00 2001 From: Robert Backhaus Date: Fri, 24 May 2013 23:45:08 +1000 Subject: Explicitly #include stdarg.h, for access to va_list --- src/util.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/util.h b/src/util.h index 3d25364505..51a694483a 100644 --- a/src/util.h +++ b/src/util.h @@ -7,6 +7,8 @@ #include "uint256.h" +#include + #ifndef WIN32 #include #include -- cgit v1.2.3