diff options
Diffstat (limited to '')
-rw-r--r-- | src/DecoderThread.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DecoderThread.cxx b/src/DecoderThread.cxx index 61c1fdd8a..8c196cdae 100644 --- a/src/DecoderThread.cxx +++ b/src/DecoderThread.cxx @@ -24,7 +24,7 @@ #include "DecoderError.hxx" #include "DecoderPlugin.hxx" #include "Song.hxx" -#include "FatalError.hxx" +#include "system/FatalError.hxx" #include "Mapper.hxx" #include "fs/Path.hxx" #include "DecoderAPI.hxx" |