diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/decoder/ModplugDecoderPlugin.cxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/decoder/ModplugDecoderPlugin.cxx b/src/decoder/ModplugDecoderPlugin.cxx index b5c02507a..d6840300c 100644 --- a/src/decoder/ModplugDecoderPlugin.cxx +++ b/src/decoder/ModplugDecoderPlugin.cxx @@ -23,8 +23,10 @@ #include "InputStream.hxx" #include "tag/TagHandler.hxx" +#include <libmodplug/modplug.h> + #include <glib.h> -#include <modplug.h> + #include <assert.h> #undef G_LOG_DOMAIN |