commit | 5748b7f2c8a8e8e6d12b3e2531df5c0261fd8f3b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jul 28 12:09:04 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 28 12:09:04 2022 +0100 |
tree | eee4fa7fd4a72d8c407f3c4e9cdae99437084b8c | |
parent | 5f30e26f6946f0d0396499f91fbcfaa9d1f8acf7 [diff] [blame] |
patch 9.0.0098: missing include file in timer_create configure check Problem: missing include file in timer_create configure check. Solution: Inlucde stdlib.h.
diff --git a/src/version.c b/src/version.c index 08152ad..e576860 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 98, +/**/ 97, /**/ 96,