Skip to content

Commit a53d16a

Browse files
committed
Use complete path to include bitcoin-config.h.
1 parent 70f9e33 commit a53d16a

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)