mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-21 13:54:15 -07:00
Fix include for system json-parser.
This commit is contained in:
parent
6c6b18d003
commit
7e68791bee
4 changed files with 16 additions and 0 deletions
|
@ -43,7 +43,12 @@
|
|||
|
||||
#include "../ext/miniupnpc/miniupnpc.h"
|
||||
#include "../ext/miniupnpc/upnpcommands.h"
|
||||
|
||||
#ifdef ZT_USE_SYSTEM_LIBNATPMP
|
||||
#include <natpmp.h>
|
||||
#else
|
||||
#include "../ext/libnatpmp/natpmp.h"
|
||||
#endif
|
||||
|
||||
namespace ZeroTier {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue