aboutsummaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
authorPieter Wuille <pieter.wuille@gmail.com>2012-05-11 17:00:03 +0200
committerPieter Wuille <pieter.wuille@gmail.com>2012-05-11 18:13:51 +0200
commit7f3ccb59da31c7b1706ebfbb401910923221f076 (patch)
tree4eaa4921ece1957d014791e52d8e02ccb95a8e2f /src/main.h
parent5456ef30926fa38b0d1705f9dcc6aa8def8a802d (diff)
downloadbitcoin-7f3ccb59da31c7b1706ebfbb401910923221f076.tar.xz
Split synchronization mechanisms from util.{h,cpp}
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.h b/src/main.h
index 194d9fdc66..5ac5547a3e 100644
--- a/src/main.h
+++ b/src/main.h
@@ -6,6 +6,7 @@
#define BITCOIN_MAIN_H
#include "bignum.h"
+#include "sync.h"
#include "net.h"
#include "script.h"