Include missing config/bitcoin-config.h.
This commit is contained in:
parent
494f6e7d35
commit
c8ed6130a4
1 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,10 @@
|
||||||
#ifndef BITCOIN_COMPAT_H
|
#ifndef BITCOIN_COMPAT_H
|
||||||
#define BITCOIN_COMPAT_H
|
#define BITCOIN_COMPAT_H
|
||||||
|
|
||||||
|
#if defined(HAVE_CONFIG_H)
|
||||||
|
#include "config/bitcoin-config.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
#ifdef _WIN32_WINNT
|
#ifdef _WIN32_WINNT
|
||||||
#undef _WIN32_WINNT
|
#undef _WIN32_WINNT
|
||||||
|
|
Loading…
Reference in a new issue