Fix include for system json-parser.
This commit is contained in:
parent
6c6b18d003
commit
7e68791bee
4 changed files with 16 additions and 0 deletions
|
@ -41,7 +41,11 @@
|
|||
#include "../include/ZeroTierOne.h"
|
||||
#include "../node/Constants.hpp"
|
||||
|
||||
#ifdef ZT_USE_SYSTEM_JSON_PARSER
|
||||
#include <json-parser/json.h>
|
||||
#else
|
||||
#include "../ext/json-parser/json.h"
|
||||
#endif
|
||||
|
||||
#include "SqliteNetworkController.hpp"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue