commit | cc3a997746d97980374fcc9094651a5f82a6c63d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 18 21:41:47 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 18 21:41:47 2018 +0200 |
tree | 3c8f74aed7a38974449764be068dc892ff1558bb | |
parent | 198fa066b2ec011e91012c1a3d85a73df7b93f31 [diff] [blame] |
patch 8.1.0403: header file missing from distribution Problem: Header file missing from distribution. Solution: Add src/protodef.h.
diff --git a/src/version.c b/src/version.c index a8be96c..30b79de 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 403, +/**/ 402, /**/ 401,