From f016a99f2447e68d19dcccc68ecc47d12ac32e5b Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 28 Jul 2013 13:04:12 +0200 Subject: decoder/mpcdec: convert to C++ --- src/DecoderList.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/DecoderList.cxx') diff --git a/src/DecoderList.cxx b/src/DecoderList.cxx index 562e25a18..3964a12f0 100644 --- a/src/DecoderList.cxx +++ b/src/DecoderList.cxx @@ -40,12 +40,12 @@ #include "decoder/WildmidiDecoderPlugin.hxx" #include "decoder/MikmodDecoderPlugin.hxx" #include "decoder/ModplugDecoderPlugin.hxx" +#include "decoder/MpcdecDecoderPlugin.hxx" #include #include -extern const struct decoder_plugin mpcdec_decoder_plugin; extern const struct decoder_plugin sidplay_decoder_plugin; extern const struct decoder_plugin fluidsynth_decoder_plugin; -- cgit v1.2.3