aboutsummaryrefslogtreecommitdiff
path: root/src/keystore.h
diff options
context:
space:
mode:
authorPieter Wuille <[email protected]>2012-05-11 17:00:03 +0200
committerPieter Wuille <[email protected]>2012-05-11 18:13:51 +0200
commit7f3ccb59da31c7b1706ebfbb401910923221f076 (patch)
tree4eaa4921ece1957d014791e52d8e02ccb95a8e2f /src/keystore.h
parentUse polling instead of boost's broken semaphore on OSX (diff)
downloaddiscoin-7f3ccb59da31c7b1706ebfbb401910923221f076.tar.xz
discoin-7f3ccb59da31c7b1706ebfbb401910923221f076.zip
Split synchronization mechanisms from util.{h,cpp}
Diffstat (limited to 'src/keystore.h')
-rw-r--r--src/keystore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keystore.h b/src/keystore.h
index 76820e204..52889b184 100644
--- a/src/keystore.h
+++ b/src/keystore.h
@@ -6,7 +6,7 @@
#define BITCOIN_KEYSTORE_H
#include "crypter.h"
-#include "util.h"
+#include "sync.h"
#include "base58.h"
class CScript;