diff options
author | Pieter Wuille <pieter.wuille@gmail.com> | 2012-05-13 17:55:23 +0200 |
---|---|---|
committer | Pieter Wuille <pieter.wuille@gmail.com> | 2012-05-18 16:56:12 +0200 |
commit | 660ff174f299a6dfb28f7725dfbb08f140a5474b (patch) | |
tree | 4d3c52db399ace118c871fc92715fd8836f02201 /src/util.cpp | |
parent | 4a9130aca20af3f82b7ddd62afe5ce85a845e425 (diff) |
Use boost::thread locking instead of interprocess
Diffstat (limited to 'src/util.cpp')
-rw-r--r-- | src/util.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.cpp b/src/util.cpp index 7a163632c8..b0c80f6dfc 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -27,6 +27,7 @@ namespace boost { #include <boost/foreach.hpp> #include <openssl/crypto.h> #include <openssl/rand.h> +#include <stdarg.h> #ifdef WIN32 #ifdef _MSC_VER |