diff options
Diffstat (limited to '')
-rw-r--r-- | src/decoder_thread.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/decoder_thread.c b/src/decoder_thread.c index 07eea2f65..5aa13efc0 100644 --- a/src/decoder_thread.c +++ b/src/decoder_thread.c @@ -21,9 +21,12 @@ #include "decoder_control.h" #include "decoder_internal.h" #include "decoder_list.h" +#include "decoder_plugin.h" +#include "input_stream.h" #include "player_control.h" #include "pipe.h" #include "song.h" +#include "tag.h" #include "mapper.h" #include "path.h" #include "log.h" |