upnp.c needs platform.h if VERBOSE_LOG is defined (ticket #305, mtolman)

This commit is contained in:
Charles Kerr 2007-08-19 02:07:29 +00:00
parent c93b993001
commit 13c91c2d99
1 changed files with 4 additions and 0 deletions

View File

@ -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"