commit | 300d71881957f8e60e48eda19002ce5e25fd9c06 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 20 12:01:10 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 20 12:01:10 2022 +0100 |
tree | 910992d4fa770cb1914e07c5d7ec0b86994cc854 | |
parent | 8088ae95bbed2085c5fb196850c4e4b8df55c989 [diff] [blame] |
patch 8.2.5139: TIME_WITH_SYS_TIME is no longer supported by autoconf Problem: TIME_WITH_SYS_TIME is no longer supported by autoconf. Solution: Always include time.h.
diff --git a/src/version.c b/src/version.c index 0422787..370c4d0 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5139, +/**/ 5138, /**/ 5137,