# HG changeset patch # User komh # Date 1266586804 0 # Node ID e04602bd557a86063c7b2d0b6e3ab09d4aa676b5 # Parent ed1000201cd096b688c20ac37fa8e3e2caa52ee5 Add missing 'defined' for __bsdi__. diff -r ed1000201cd0 -r e04602bd557a stream/stream_cddb.c --- a/stream/stream_cddb.c Fri Feb 19 10:22:29 2010 +0000 +++ b/stream/stream_cddb.c Fri Feb 19 13:40:04 2010 +0000 @@ -60,7 +60,7 @@ #include #elif defined(__MINGW32__) || defined(__CYGWIN__) #include -#elif (__bsdi__) +#elif defined(__bsdi__) #include #elif defined(__APPLE__) || defined(__DARWIN__) #include