aboutsummaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
authorJeff Garzik <jgarzik@bitpay.com>2013-09-06 17:09:55 -0700
committerJeff Garzik <jgarzik@bitpay.com>2013-09-06 17:09:55 -0700
commit15fd245b9a4754485d1a272acce53bcf3290839f (patch)
tree95187b718dfe8cb7c4310fffb75f298637de1da5 /src/main.h
parent495242c1adff8832d7d30b920aa71f31dd63a2a6 (diff)
parent35b8af92265ed74de63c3818e5290c27b3f35df2 (diff)
Merge pull request #2943 from theuni/autotools-final
Autotools buildsystem
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main.h b/src/main.h
index a690a2bc9c..38079cb6ec 100644
--- a/src/main.h
+++ b/src/main.h
@@ -5,6 +5,10 @@
#ifndef BITCOIN_MAIN_H
#define BITCOIN_MAIN_H
+#if defined(HAVE_CONFIG_H)
+#include "bitcoin-config.h"
+#endif
+
#include "core.h"
#include "bignum.h"
#include "sync.h"