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.
#include <config/bitcoin-config.h>
1 parent 037c5e5 commit 88044a1Copy full SHA for 88044a1
src/shutdown.cpp
@@ -5,13 +5,15 @@
5
6
#include <shutdown.h>
7
8
+#if defined(HAVE_CONFIG_H)
9
+#include <config/bitcoin-config.h>
10
+#endif
11
+
12
#include <logging.h>
13
#include <node/ui_interface.h>
14
#include <util/tokenpipe.h>
15
#include <warnings.h>
16
-#include <config/bitcoin-config.h>
-
17
#include <assert.h>
18
#include <atomic>
19
#ifdef WIN32
src/util/tokenpipe.cpp
@@ -3,7 +3,9 @@
3
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
4
#ifndef WIN32
0 commit comments