We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff1ee10 commit 19ba499Copy full SHA for 19ba499
src/init.cpp
@@ -1,5 +1,5 @@
1
// Copyright (c) 2009-2010 Satoshi Nakamoto
2
-// Copyright (c) 2009-2022 The Bitcoin Core developers
+// Copyright (c) 2009-present The Bitcoin Core developers
3
// Distributed under the MIT software license, see the accompanying
4
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
5
@@ -93,6 +93,7 @@
93
#include <walletinitinterface.h>
94
95
#include <algorithm>
96
+#include <cerrno>
97
#include <condition_variable>
98
#include <cstdint>
99
#include <cstdio>
@@ -104,7 +105,6 @@
104
105
#include <vector>
106
107
#ifndef WIN32
-#include <cerrno>
108
#include <signal.h>
109
#include <sys/stat.h>
110
#endif
0 commit comments