diff options
author | luigi1111 <luigi1111w@gmail.com> | 2019-08-15 17:29:34 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2019-08-15 17:29:34 -0500 |
commit | 399a847cfc00b8fd1a80fe54d42326813e758c12 (patch) | |
tree | 52ce0234ce9ab799186d995741fccb25bdfb97e6 /src/rpc | |
parent | Merge pull request #5682 (diff) | |
parent | rpc headers fix (diff) | |
download | monero-399a847cfc00b8fd1a80fe54d42326813e758c12.tar.xz |
Merge pull request #5689
1db5357 rpc headers fix (malbit)
Diffstat (limited to 'src/rpc')
-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 cffe8e1eb..06577d37e 100644 --- a/src/rpc/CMakeLists.txt +++ b/src/rpc/CMakeLists.txt @@ -47,7 +47,7 @@ set(rpc_base_headers rpc_args.h) set(rpc_headers - rpc_handler.cpp) + rpc_handler.h) set(daemon_rpc_server_headers) |