Skip to content

Commit 96b9281

Browse files
laanwjmeshcollider
authored andcommitted
refactor: Include obj/build.h instead of build.h
1 parent 138016b commit 96b9281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/clientversion.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const std::string CLIENT_NAME("Satoshi");
3939

4040
//! First, include build.h if requested
4141
#ifdef HAVE_BUILD_INFO
42-
#include <build.h>
42+
#include <obj/build.h>
4343
#endif
4444

4545
//! git will put "#define GIT_ARCHIVE 1" on the next line inside archives. $Format:%n#define GIT_ARCHIVE 1$

0 commit comments

Comments
 (0)