commit | 65dc12143a0b5040922bdb47c522e93909701a10 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Oct 15 20:11:18 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Oct 15 20:11:18 2018 +0200 |
tree | ee0ff015a51e1645e6d0fea2204000ea25567dbf | |
parent | d95c3c253cfc026696219a290c580e554e956872 [diff] [blame] |
patch 8.1.0478: cannot build with perl using MinGW Problem: Cannot build with perl using MinGW. Solution: Add -I. (Ken takata, Cesar Romani)
diff --git a/src/version.c b/src/version.c index 1268cdc..4a5c4b7 100644 --- a/src/version.c +++ b/src/version.c
@@ -793,6 +793,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 478, +/**/ 477, /**/ 476,