diff options
Diffstat (limited to '')
-rw-r--r-- | src/decoder_thread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder_thread.c b/src/decoder_thread.c index 98b0025ec..60381b1f6 100644 --- a/src/decoder_thread.c +++ b/src/decoder_thread.c @@ -20,7 +20,7 @@ #include "decoder_thread.h" #include "decoder_control.h" #include "decoder_internal.h" -#include "player.h" +#include "player_control.h" #include "path.h" #include "log.h" |