aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2013-05-25 08:48:25 -0700
committerWladimir J. van der Laan <[email protected]>2013-05-25 08:48:25 -0700
commit09e437ba4e5cb7fcc53020c1ceb2451e0ff1606b (patch)
tree8d67da8a61f35cd06b14318bb196ea75400390b0 /src
parentBump build number to 0.8.2.2 for v0.8.2rc3 (diff)
parentExplicitly #include stdarg.h, for access to va_list (diff)
downloaddiscoin-09e437ba4e5cb7fcc53020c1ceb2451e0ff1606b.tar.xz
discoin-09e437ba4e5cb7fcc53020c1ceb2451e0ff1606b.zip
Merge pull request #2696 from robbak/util_h-Add_stdarg_includev0.8.2
Explicitly #include stdarg.h, for access to va_list
Diffstat (limited to 'src')
-rw-r--r--src/util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h
index 3d2536450..51a694483 100644
--- a/src/util.h
+++ b/src/util.h
@@ -7,6 +7,8 @@
#include "uint256.h"
+#include <stdarg.h>
+
#ifndef WIN32
#include <sys/types.h>
#include <sys/time.h>