commit | 215f49c4d720367be29f56168f363a0ee9eaf86b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 10 22:12:04 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 10 22:12:04 2020 +0200 |
tree | 66ba1c9bcf6943771a1c8dc0d6186ff07c76fd29 | |
parent | f1f0ff9557353c9a452aac8540411a88cf2da47c [diff] [blame] |
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,