commit | 3d3f21764a8003b90216ae6fb988af1dae5f5d70 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 06 17:56:05 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 06 17:56:05 2019 +0200 |
tree | 0c4f9499d96d2296348bdc4907bf0c868a5bd1e9 | |
parent | fa1e90cd4d1bebd66da22df4625f70963f091f17 [diff] [blame] |
patch 8.1.1126: build failure with +terminal but without tgetent Problem: Build failure with +terminal but without tgetent. Solution: Adjust #ifdef.
diff --git a/src/version.c b/src/version.c index f9dd7cc..9115a00 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1126, +/**/ 1125, /**/ 1124,