mirror of
https://github.com/badaix/snapcast.git
synced 2025-06-04 11:51:44 +02:00
Allow including installed jsonrpcpp from a system directory
This commit is contained in:
parent
c4e38b60b0
commit
f28018ada7
6 changed files with 30 additions and 2 deletions
|
@ -16,12 +16,17 @@
|
|||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
***/
|
||||
|
||||
#ifdef HAS_JSONRPCPP
|
||||
#include <jsonrpcpp/jsonrp.hpp>
|
||||
#else
|
||||
#include "jsonrp.hpp"
|
||||
#endif
|
||||
|
||||
#include "controlServer.h"
|
||||
#include "message/time.h"
|
||||
#include "aixlog.hpp"
|
||||
#include "common/utils.h"
|
||||
#include "common/snapException.h"
|
||||
#include "jsonrp.hpp"
|
||||
#include "config.h"
|
||||
#include <iostream>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue