diff options
| author | Pieter Wuille <[email protected]> | 2012-05-11 17:00:03 +0200 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2012-05-11 18:13:51 +0200 |
| commit | 7f3ccb59da31c7b1706ebfbb401910923221f076 (patch) | |
| tree | 4eaa4921ece1957d014791e52d8e02ccb95a8e2f /src/addrman.h | |
| parent | Use polling instead of boost's broken semaphore on OSX (diff) | |
| download | discoin-7f3ccb59da31c7b1706ebfbb401910923221f076.tar.xz discoin-7f3ccb59da31c7b1706ebfbb401910923221f076.zip | |
Split synchronization mechanisms from util.{h,cpp}
Diffstat (limited to 'src/addrman.h')
| -rw-r--r-- | src/addrman.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/addrman.h b/src/addrman.h index 43b6d35ed..a1275da2d 100644 --- a/src/addrman.h +++ b/src/addrman.h @@ -7,6 +7,7 @@ #include "netbase.h" #include "protocol.h" #include "util.h" +#include "sync.h" #include <map> |