patch 8.2.4119: build failure when disabling the channel feature

Problem:    Build failure when disabling the channel feature.
Solution:   Adjust #ifdef. (Dominique Pellé, closes #9545)
diff --git a/src/version.c b/src/version.c
index fe27375..01b8e5d 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    4119,
+/**/
     4118,
 /**/
     4117,