commit | d05b191b91c4e16d6887bf781832d135d2a8fae5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 29 17:03:54 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 29 17:03:54 2016 +0200 |
tree | 274ce1b6fffdc22ea812def5bbcb45abfbe0fd7c | |
parent | 170b10b421f0c9fda08b7cfd3bb043c064f3659a [diff] [blame] |
patch 7.4.2114 Problem: Tiny build fails. Solution: Always include vim_time().
diff --git a/src/version.c b/src/version.c index 76bca7a..b036bfd 100644 --- a/src/version.c +++ b/src/version.c
@@ -759,6 +759,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2114, +/**/ 2113, /**/ 2112,