Switch to unified view
a/src/mediaserver/cdplugins/netfetch.cpp | b/src/mediaserver/cdplugins/netfetch.cpp | ||
---|---|---|---|
... |
... |
||
14 | * Free Software Foundation, Inc., |
14 | * Free Software Foundation, Inc., |
15 | * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
15 | * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
16 | */ |
16 | */ |
17 | #include "netfetch.h" |
17 | #include "netfetch.h" |
18 | 18 | ||
19 | #ifdef MDU_INCLUDE_LOG |
||
20 | #include MDU_INCLUDE_LOG |
||
21 | #else |
||
19 | #include "log.h" |
22 | #include "log.h" |
23 | #endif |
||
20 | 24 | ||
21 | using namespace std; |
25 | using namespace std; |
22 | 26 | ||
23 | #ifndef MAX |
27 | #ifndef MAX |
24 | #define MAX(A,B) ((A) < (B) ? (B) : (A)) |
28 | #define MAX(A,B) ((A) < (B) ? (B) : (A)) |