diff options
Diffstat (limited to '')
-rw-r--r-- | src/decoder/plugins/OggCodec.cxx (renamed from src/decoder/OggCodec.cxx) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder/OggCodec.cxx b/src/decoder/plugins/OggCodec.cxx index f9b3c3527..c7f39586e 100644 --- a/src/decoder/OggCodec.cxx +++ b/src/decoder/plugins/OggCodec.cxx @@ -23,7 +23,7 @@ #include "config.h" #include "OggCodec.hxx" -#include "DecoderAPI.hxx" +#include "../DecoderAPI.hxx" #include <string.h> |