diff options
| author | Pavel Janík <[email protected]> | 2014-11-26 08:19:07 +0100 |
|---|---|---|
| committer | Pavel Janík <[email protected]> | 2014-11-26 08:19:07 +0100 |
| commit | c8ed6130a4f7cfae897220ec093b440d21727cde (patch) | |
| tree | 6464df4c63bc10fad0cc379580ad6897b62404e2 /src | |
| parent | Check for strnlen and provide it if it is not found. (diff) | |
| download | discoin-c8ed6130a4f7cfae897220ec093b440d21727cde.tar.xz discoin-c8ed6130a4f7cfae897220ec093b440d21727cde.zip | |
Include missing config/bitcoin-config.h.
Diffstat (limited to 'src')
| -rw-r--r-- | src/compat.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/compat.h b/src/compat.h index 80e53fe55..dffd4ecf5 100644 --- a/src/compat.h +++ b/src/compat.h @@ -6,6 +6,10 @@ #ifndef BITCOIN_COMPAT_H #define BITCOIN_COMPAT_H +#if defined(HAVE_CONFIG_H) +#include "config/bitcoin-config.h" +#endif + #ifdef WIN32 #ifdef _WIN32_WINNT #undef _WIN32_WINNT |