aboutsummaryrefslogtreecommitdiff
path: root/src/netbase.cpp
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2014-11-26 10:37:49 +0100
committerPavel Janík <Pavel@Janik.cz>2014-11-26 10:37:49 +0100
commita53d16ac0c0f16b377cd02aaa84f1b9b59822ee6 (patch)
tree2ace172c9304381c8fbf37865aca860a86e7e83a /src/netbase.cpp
parent70f9e33fa0b5a31c18e23442601b14910ba991bb (diff)
downloadbitcoin-a53d16ac0c0f16b377cd02aaa84f1b9b59822ee6.tar.xz
Use complete path to include bitcoin-config.h.
Diffstat (limited to 'src/netbase.cpp')
-rw-r--r--src/netbase.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/netbase.cpp b/src/netbase.cpp
index ea05b8766f..aca5a107fe 100644
--- a/src/netbase.cpp
+++ b/src/netbase.cpp
@@ -4,7 +4,7 @@
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifdef HAVE_CONFIG_H
-#include "bitcoin-config.h"
+#include "config/bitcoin-config.h"
#endif
#include "netbase.h"