aboutsummaryrefslogtreecommitdiffstats
path: root/src/screen_list.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/screen_list.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/screen_list.c b/src/screen_list.c
index 39ec8e9f3..bfbf90c63 100644
--- a/src/screen_list.c
+++ b/src/screen_list.c
@@ -38,6 +38,9 @@ static const struct
#ifdef ENABLE_SEARCH_SCREEN
{ "search", &screen_search },
#endif
+#ifdef ENABLE_SONG_SCREEN
+ { "song", &screen_song },
+#endif
#ifdef ENABLE_KEYDEF_SCREEN
{ "keydef", &screen_keydef },
#endif