changeset 30613:e04602bd557a

Add missing 'defined' for __bsdi__.
author komh
date Fri, 19 Feb 2010 13:40:04 +0000
parents ed1000201cd0
children ed516abd6137
files stream/stream_cddb.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 <sys/cdio.h>
 #elif defined(__MINGW32__) || defined(__CYGWIN__)
         #include <ddk/ntddcdrm.h>
-#elif (__bsdi__)
+#elif defined(__bsdi__)
         #include <dvd.h>
 #elif defined(__APPLE__) || defined(__DARWIN__)
         #include <IOKit/storage/IOCDTypes.h>