aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRobert Backhaus <[email protected]>2013-05-24 23:45:08 +1000
committerRobert Backhaus <[email protected]>2013-05-24 23:45:08 +1000
commit65ec9eab2bf1aea0bd580e1d972f54163b58b332 (patch)
treeef8fa58977782835751ecd895e69434d8b9534a0 /src
parentdoc/README was replaced by README.md (diff)
downloaddiscoin-65ec9eab2bf1aea0bd580e1d972f54163b58b332.tar.xz
discoin-65ec9eab2bf1aea0bd580e1d972f54163b58b332.zip
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>