aboutsummaryrefslogtreecommitdiff
path: root/src/common/run_command.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/run_command.cpp')
-rw-r--r--src/common/run_command.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/run_command.cpp b/src/common/run_command.cpp
index e5356490ef..347b486095 100644
--- a/src/common/run_command.cpp
+++ b/src/common/run_command.cpp
@@ -12,7 +12,7 @@
#include <univalue.h>
#ifdef ENABLE_EXTERNAL_SIGNER
-#include <util/subprocess.hpp>
+#include <util/subprocess.h>
#endif // ENABLE_EXTERNAL_SIGNER
UniValue RunCommandParseJSON(const std::string& str_command, const std::string& str_std_in)