From 0556fa54b5b31cddefd7bef9031d7838912ef86e Mon Sep 17 00:00:00 2001 From: ulion Date: Sun, 20 Jan 2008 16:13:51 +0000 Subject: 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.) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25820 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/stream_cddb.c | 1 + 1 file changed, 1 insertion(+) (limited to 'stream') diff --git a/stream/stream_cddb.c b/stream/stream_cddb.c index d895d1f767..f3c2410b8d 100644 --- a/stream/stream_cddb.c +++ b/stream/stream_cddb.c @@ -21,6 +21,7 @@ #include #include #include +#include #ifdef WIN32 #ifdef __MINGW32__ #define mkdir(a,b) mkdir(a) -- cgit v1.2.3