commit | 0d5f21c3dfaceed08b4cdb33a73eb16f680ff49b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 13 15:58:58 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 13 15:58:58 2018 +0200 |
tree | c719e55a17f4123240a2d830d656db79bd3a0b9b | |
parent | 42335f50bc6fac444a8af74c81df8369d722a6fb [diff] [blame] |
patch 8.1.0378: CI build failure Problem: CI build failure. Solution: Include vim.h as ../vim.h. Fix compiler warning.
diff --git a/src/version.c b/src/version.c index 18acc39..2e64eec 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 378, +/**/ 377, /**/ 376,