patch 8.2.0955: build fails

Problem:    Build fails.
Solution:   Add missing struct change.
diff --git a/src/version.c b/src/version.c
index 63177cf..9600f65 100644
--- a/src/version.c
+++ b/src/version.c
@@ -755,6 +755,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    955,
+/**/
     954,
 /**/
     953,