From 56152bbc29d5872f57483eb489b3b0eb025e0328 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Thu, 17 Jan 2013 13:51:42 +0000 Subject: fixed latest paranoia support git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3171 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Input/cdaudio/decoder_cdaudio.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/plugins/Input/cdaudio') diff --git a/src/plugins/Input/cdaudio/decoder_cdaudio.cpp b/src/plugins/Input/cdaudio/decoder_cdaudio.cpp index 76abc2a2b..5d3f652ea 100644 --- a/src/plugins/Input/cdaudio/decoder_cdaudio.cpp +++ b/src/plugins/Input/cdaudio/decoder_cdaudio.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2009-2012 by Ilya Kotov * + * Copyright (C) 2009-2013 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -25,7 +25,11 @@ #include #include #include +#if LIBCDIO_VERSION_NUM <= 83 #include +#else +#include +#endif #include #include #include -- cgit v1.2.3-13-gbd6f