From c9cf9649cfa058af6684b66ebae331fc17f592db Mon Sep 17 00:00:00 2001 From: komh Date: Fri, 19 Feb 2010 13:40:04 +0000 Subject: Add missing 'defined' for __bsdi__. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30655 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/stream_cddb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stream') diff --git a/stream/stream_cddb.c b/stream/stream_cddb.c index ad1b335de3..2fd1fa9518 100644 --- a/stream/stream_cddb.c +++ b/stream/stream_cddb.c @@ -60,7 +60,7 @@ #include #elif defined(__MINGW32__) || defined(__CYGWIN__) #include -#elif (__bsdi__) +#elif defined(__bsdi__) #include #elif defined(__APPLE__) || defined(__DARWIN__) #include -- cgit v1.2.3