diff options
Diffstat (limited to '')
-rw-r--r-- | src/decoder_control.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/decoder_control.c b/src/decoder_control.c index 1c92ba522..7fc04de7d 100644 --- a/src/decoder_control.c +++ b/src/decoder_control.c @@ -17,7 +17,8 @@ */ #include "decode.h" -#include "playerData.h" + +struct decoder_control dc; void dc_command_wait(Notify *notify) { |