diff options
Diffstat (limited to '')
-rw-r--r-- | src/DecoderList.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DecoderList.cxx b/src/DecoderList.cxx index 67fbed5f6..562e25a18 100644 --- a/src/DecoderList.cxx +++ b/src/DecoderList.cxx @@ -39,13 +39,13 @@ #include "decoder/Mpg123DecoderPlugin.hxx" #include "decoder/WildmidiDecoderPlugin.hxx" #include "decoder/MikmodDecoderPlugin.hxx" +#include "decoder/ModplugDecoderPlugin.hxx" #include <glib.h> #include <string.h> extern const struct decoder_plugin mpcdec_decoder_plugin; -extern const struct decoder_plugin modplug_decoder_plugin; extern const struct decoder_plugin sidplay_decoder_plugin; extern const struct decoder_plugin fluidsynth_decoder_plugin; |