mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-19 04:57:53 +00:00
Merge pull request #1528 from StephenCWills/android-miniupnpc
[Android] Fix include for miniupnpc
This commit is contained in:
commit
e556a2ee23
@ -47,14 +47,9 @@
|
|||||||
#include <miniupnpc/miniupnpc.h>
|
#include <miniupnpc/miniupnpc.h>
|
||||||
#include <miniupnpc/upnpcommands.h>
|
#include <miniupnpc/upnpcommands.h>
|
||||||
#else
|
#else
|
||||||
#ifdef __ANDROID__
|
|
||||||
#include "miniupnpc.h"
|
|
||||||
#include "upnpcommands.h"
|
|
||||||
#else
|
|
||||||
#include "../ext/miniupnpc/miniupnpc.h"
|
#include "../ext/miniupnpc/miniupnpc.h"
|
||||||
#include "../ext/miniupnpc/upnpcommands.h"
|
#include "../ext/miniupnpc/upnpcommands.h"
|
||||||
#endif
|
#endif
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef ZT_USE_SYSTEM_NATPMP
|
#ifdef ZT_USE_SYSTEM_NATPMP
|
||||||
#include <natpmp.h>
|
#include <natpmp.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user