From 33639d01564326ed22e16ace6051168c8d01366d Mon Sep 17 00:00:00 2001 From: Stephen Hutchinson Date: Thu, 4 Apr 2013 23:56:35 -0400 Subject: stream_cddb: fix compilation on MinGW-w64 Like the VCD case, stream_cddb.c relies on ntddcdrm.h, which is no longer under the ddk directory. --- 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 d2ed37deb6..7f4558e7e7 100644 --- a/stream/stream_cddb.c +++ b/stream/stream_cddb.c @@ -57,7 +57,7 @@ #elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__DragonFly__) #include #elif defined(__MINGW32__) || defined(__CYGWIN__) -#include +#include #elif defined(__bsdi__) #include #elif defined(__APPLE__) || defined(__DARWIN__) -- cgit v1.2.3