commit | 40043152924827fa8c4064951065ff507c610164 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 10 20:45:31 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 10 20:45:31 2020 +0200 |
tree | 155451aeb7a158df9fd1ae36bd3921c70be394ee | |
parent | 08fc48492acc07259d91293df12bf66447819443 [diff] [blame] |
patch 8.2.1173: tee doesn't build on some systems Problem: Tee doesn't build on some systems. Solution: Include header files. (Dominique Pelle, closes #6431)
diff --git a/src/version.c b/src/version.c index 7f71d14..2fa4704 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1173, +/**/ 1172, /**/ 1171,