Skip to content

Commit 631e698

Browse files
committed
Merge pull request #5374
a53d16a Use complete path to include bitcoin-config.h. (Pavel Janík)
2 parents 2adce1f + a53d16a commit 631e698

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/netbase.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
55

66
#ifdef HAVE_CONFIG_H
7-
#include "bitcoin-config.h"
7+
#include "config/bitcoin-config.h"
88
#endif
99

1010
#include "netbase.h"

0 commit comments

Comments
 (0)