diff options
author | Michal m@lbit Malicki <michal@arqma.com> | 2020-09-27 13:41:44 +0100 |
---|---|---|
committer | Michal m@lbit Malicki <michal@arqma.com> | 2020-09-27 13:41:44 +0100 |
commit | f4b238271322eda703fafccea41a03625ee5a20b (patch) | |
tree | 2f6c1e5dffa03219566895837f0b321bac193d4d | |
parent | Merge pull request #6819 (diff) | |
download | monero-f4b238271322eda703fafccea41a03625ee5a20b.tar.xz |
rpc_private_headers declaration fix
-rw-r--r-- | src/rpc/CMakeLists.txt | 2 |
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 |