Skip to content

Commit c8ed613

Browse files
committed
Include missing config/bitcoin-config.h.
1 parent 494f6e7 commit c8ed613

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/compat.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
#ifndef BITCOIN_COMPAT_H
77
#define BITCOIN_COMPAT_H
88

9+
#if defined(HAVE_CONFIG_H)
10+
#include "config/bitcoin-config.h"
11+
#endif
12+
913
#ifdef WIN32
1014
#ifdef _WIN32_WINNT
1115
#undef _WIN32_WINNT

0 commit comments

Comments
 (0)