--- transmission-1.42.orig/third-party/miniupnp/miniwget.c 2009-02-23 21:26:24.708690462 +1000 +++ transmission-1.42/third-party/miniupnp/miniwget.c 2009-02-23 21:27:24.249090843 +1000 @@ -26,9 +26,9 @@ #include #define closesocket close #endif -/* for MIN() macro : */ + #if defined(__sun) || defined(sun) -#include +#define MIN(x,y) (((x)<(y))?(x):(y)) #endif /* miniwget2() :