# HG changeset patch # User ulion # Date 1200845631 0 # Node ID 0bf5384fb82c1c704ebcfc069d0f7711567d7004 # Parent 5448bd27b95447060113cb05a826492779553250 Fix compilation failue: stream_cddb.c: In function 'cddb_read_cache': stream_cddb.c:341: error: 'UINT_MAX' undeclared (first use in this function) stream_cddb.c:341: error: (Each undeclared identifier is reported only once stream_cddb.c:341: error: for each function it appears in.) diff -r 5448bd27b954 -r 0bf5384fb82c stream/stream_cddb.c --- a/stream/stream_cddb.c Sun Jan 20 15:43:10 2008 +0000 +++ b/stream/stream_cddb.c Sun Jan 20 16:13:51 2008 +0000 @@ -21,6 +21,7 @@ #include #include #include +#include #ifdef WIN32 #ifdef __MINGW32__ #define mkdir(a,b) mkdir(a)