aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2020-11-28 22:31:25 -0600
committerluigi1111 <luigi1111w@gmail.com>2020-11-28 22:31:25 -0600
commitd45a4ba106f31ec4b9b1e73d1431ac211397ee08 (patch)
tree88d9736469430561c288bf4ca5675fccd074acd1
parentMerge pull request #6830 (diff)
parentrpc_private_headers declaration fix (diff)
downloadmonero-d45a4ba106f31ec4b9b1e73d1431ac211397ee08.tar.xz
Merge pull request #6849
f4b2382 rpc_private_headers declaration fix (malbit)
-rw-r--r--src/rpc/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpc/CMakeLists.txt b/src/rpc/CMakeLists.txt
index 19298c969..aa4102481 100644
--- a/src/rpc/CMakeLists.txt
+++ b/src/rpc/CMakeLists.txt
@@ -66,7 +66,7 @@ set(rpc_pub_headers zmq_pub.h)
set(daemon_rpc_server_headers)
-set(rpc_daemon_private_headers
+set(rpc_private_headers
bootstrap_daemon.h
core_rpc_server.h
rpc_payment.h