diff options
Diffstat (limited to '')
-rw-r--r-- | src/decoder/FluidsynthDecoderPlugin.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder/FluidsynthDecoderPlugin.cxx b/src/decoder/FluidsynthDecoderPlugin.cxx index 5fbc83bdf..15d2f5e6b 100644 --- a/src/decoder/FluidsynthDecoderPlugin.cxx +++ b/src/decoder/FluidsynthDecoderPlugin.cxx @@ -20,7 +20,7 @@ #include "config.h" #include "FluidsynthDecoderPlugin.hxx" #include "DecoderAPI.hxx" -#include "audio_check.h" +#include "CheckAudioFormat.hxx" #include "conf.h" #include <glib.h> |