0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-03-05 14:06:27 -05:00

Guard #include <config/bitcoin-config.h>

This commit is contained in:
Hennadii Stepanov 2022-05-02 16:37:31 +02:00
parent 037c5e511f
commit 88044a14d9
No known key found for this signature in database
GPG key ID: 410108112E7EA81F
2 changed files with 6 additions and 2 deletions

View file

@ -5,13 +5,15 @@
#include <shutdown.h>
#if defined(HAVE_CONFIG_H)
#include <config/bitcoin-config.h>
#endif
#include <logging.h>
#include <node/ui_interface.h>
#include <util/tokenpipe.h>
#include <warnings.h>
#include <config/bitcoin-config.h>
#include <assert.h>
#include <atomic>
#ifdef WIN32

View file

@ -3,7 +3,9 @@
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include <util/tokenpipe.h>
#if defined(HAVE_CONFIG_H)
#include <config/bitcoin-config.h>
#endif
#ifndef WIN32