(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
1 changed files with 4 additions and 0 deletions

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"