diff options
Diffstat (limited to 'src/decoder')
-rw-r--r-- | src/decoder/MadDecoderPlugin.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder/MadDecoderPlugin.cxx b/src/decoder/MadDecoderPlugin.cxx index 339fd5397..a8b607386 100644 --- a/src/decoder/MadDecoderPlugin.cxx +++ b/src/decoder/MadDecoderPlugin.cxx @@ -24,9 +24,9 @@ extern "C" { #include "tag_id3.h" -#include "tag_rva2.h" } +#include "TagRva2.hxx" #include "tag_handler.h" #include "audio_check.h" |