1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-19 12:50:31 +00:00

(trunk libT) #4323 "allow usage of system miniupnpc" -- possibly fix OS X regression caused by r12957

This commit is contained in:
Jordan Lee 2011-10-09 14:51:13 +00:00
parent 01f68ca846
commit 576ded51d0

View file

@ -21,6 +21,10 @@
#include <miniupnp/upnpcommands.h>
#endif
#ifdef SYS_DARWIN
#define HAVE_MINIUPNP_16 1
#endif
#include "transmission.h"
#include "port-forwarding.h"
#include "session.h"