aboutsummaryrefslogtreecommitdiffstats
path: root/src/DecoderList.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/DecoderList.cxx')
-rw-r--r--src/DecoderList.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/DecoderList.cxx b/src/DecoderList.cxx
index be6749966..67c0e93bf 100644
--- a/src/DecoderList.cxx
+++ b/src/DecoderList.cxx
@@ -42,13 +42,12 @@
#include "decoder/ModplugDecoderPlugin.hxx"
#include "decoder/MpcdecDecoderPlugin.hxx"
#include "decoder/FluidsynthDecoderPlugin.hxx"
+#include "decoder/SidplayDecoderPlugin.hxx"
#include "system/FatalError.hxx"
#include "util/Macros.hxx"
#include <string.h>
-extern const struct decoder_plugin sidplay_decoder_plugin;
-
const struct decoder_plugin *const decoder_plugins[] = {
#ifdef HAVE_MAD
&mad_decoder_plugin,