patch 9.0.0651: build fails without the +conceal feature

Problem:    Build fails without the +conceal feature.
Solution:   Rename called function.
diff --git a/src/drawline.c b/src/drawline.c
index 793d8a9..4d504e1 100644
--- a/src/drawline.c
+++ b/src/drawline.c
@@ -3699,7 +3699,7 @@
 	    wlv.col -= wlv.boguscols;
 	    wlv.boguscols = 0;
 #else
-	    screen_line(wp, &wlv, FALSE);
+	    wlv_screen_line(wp, &wlv, FALSE);
 #endif
 	    ++wlv.row;
 	    ++wlv.screen_row;
diff --git a/src/version.c b/src/version.c
index 000c1e3..c84d309 100644
--- a/src/version.c
+++ b/src/version.c
@@ -700,6 +700,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    651,
+/**/
     650,
 /**/
     649,