diff options
Diffstat (limited to '')
-rw-r--r-- | src/player_thread.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/player_thread.c b/src/player_thread.c index 48715dd20..0c07778ed 100644 --- a/src/player_thread.c +++ b/src/player_thread.c @@ -25,6 +25,7 @@ #include "log.h" #include "main_notify.h" #include "crossfade.h" +#include "song.h" enum xfade_state { XFADE_DISABLED = -1, |