diff options
Diffstat (limited to '')
-rw-r--r-- | src/decoder/plugins/DsdLib.cxx (renamed from src/decoder/DsdLib.cxx) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder/DsdLib.cxx b/src/decoder/plugins/DsdLib.cxx index eb3dd5e06..43af7dee1 100644 --- a/src/decoder/DsdLib.cxx +++ b/src/decoder/plugins/DsdLib.cxx @@ -25,7 +25,7 @@ #include "config.h" #include "DsdLib.hxx" -#include "DecoderAPI.hxx" +#include "../DecoderAPI.hxx" #include "InputStream.hxx" #include "tag/TagId3.hxx" #include "util/Error.hxx" |