upnp.c needs platform.h if VERBOSE_LOG is defined (ticket #305, mtolman)
This commit is contained in:
parent
c93b993001
commit
13c91c2d99
|
@ -48,6 +48,10 @@
|
|||
/* uncomment this to log requests and responses to ~/transmission-upnp.log */
|
||||
/* #define VERBOSE_LOG */
|
||||
|
||||
#ifdef VERBOSE_LOG
|
||||
#include "platform.h"
|
||||
#endif
|
||||
|
||||
#define SSDP_ADDR "239.255.255.250"
|
||||
#define SSDP_PORT 1900
|
||||
#define SSDP_TYPE "upnp:rootdevice"
|
||||
|
|
Loading…
Reference in New Issue