aboutsummaryrefslogtreecommitdiff
path: root/src/addrman.h
diff options
context:
space:
mode:
authorPhilip Kaufmann <phil.kaufmann@t-online.de>2014-06-26 14:41:53 +0200
committerPhilip Kaufmann <phil.kaufmann@t-online.de>2014-07-09 09:42:19 +0200
commit6354935c485d116e1965567561c197ab3fbc0e11 (patch)
tree9dc218c1ed2fad513df1cf309f5ecd271069067a /src/addrman.h
parent001a53d7427dcbcceef3c6754d9cca19df6dafa1 (diff)
downloadbitcoin-6354935c485d116e1965567561c197ab3fbc0e11.tar.xz
move rand functions from util to new random.h/.cpp
Diffstat (limited to 'src/addrman.h')
-rw-r--r--src/addrman.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/addrman.h b/src/addrman.h
index c012e3deef..a0dc134c40 100644
--- a/src/addrman.h
+++ b/src/addrman.h
@@ -7,6 +7,7 @@
#include "netbase.h"
#include "protocol.h"
+#include "random.h"
#include "sync.h"
#include "timedata.h"
#include "util.h"