mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-16 12:06:55 +02:00
GitHub issue #339
This commit is contained in:
parent
330c80f3f5
commit
6c4a444f29
1 changed files with 5 additions and 0 deletions
|
@ -41,8 +41,13 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef ZT_USE_SYSTEM_MINIUPNPC
|
||||
#include <miniupnpc/miniupnpc.h>
|
||||
#include <miniupnpc/upnpcommands.h>
|
||||
#else
|
||||
#include "../ext/miniupnpc/miniupnpc.h"
|
||||
#include "../ext/miniupnpc/upnpcommands.h"
|
||||
#endif
|
||||
|
||||
#ifdef ZT_USE_SYSTEM_LIBNATPMP
|
||||
#include <natpmp.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue