diff options
Diffstat (limited to 'src/torcontrol.h')
-rw-r--r-- | src/torcontrol.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/torcontrol.h b/src/torcontrol.h index 72dc82c5b1..20514f7bbf 100644 --- a/src/torcontrol.h +++ b/src/torcontrol.h @@ -1,4 +1,4 @@ -// Copyright (c) 2015 The Bitcoin Core developers +// Copyright (c) 2015-2017 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -8,7 +8,7 @@ #ifndef BITCOIN_TORCONTROL_H #define BITCOIN_TORCONTROL_H -#include "scheduler.h" +#include <scheduler.h> extern const std::string DEFAULT_TOR_CONTROL; static const bool DEFAULT_LISTEN_ONION = true; |