diff options
Diffstat (limited to '')
-rw-r--r-- | src/screen_play.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/screen_play.c b/src/screen_play.c index f8f65ba62..f48254c7a 100644 --- a/src/screen_play.c +++ b/src/screen_play.c @@ -20,7 +20,6 @@ #include "i18n.h" #include "charset.h" #include "options.h" -#include "hscroll.h" #include "mpdclient.h" #include "utils.h" #include "strfsong.h" @@ -31,6 +30,10 @@ #include "screen_utils.h" #include "screen_play.h" +#ifndef NCMPC_MINI +#include "hscroll.h" +#endif + #include <ctype.h> #include <stdlib.h> #include <string.h> |