From: Bram Moolenaar Date: Fri, 19 Nov 2021 11:35:32 +0000 (+0000) Subject: patch 8.2.3621: build failure X-Git-Tag: v8.2.3621 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1d69ef410ab2adb0351d559ff9753d6cdd4befdf;p=vim patch 8.2.3621: build failure Problem: Build failure. Solution: Add missing change. --- diff --git a/src/version.c b/src/version.c index 5ff38b44e..46f977109 100644 --- a/src/version.c +++ b/src/version.c @@ -757,6 +757,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 3621, /**/ 3620, /**/ diff --git a/src/vim.h b/src/vim.h index f86d68d04..6c5a1099c 100644 --- a/src/vim.h +++ b/src/vim.h @@ -431,7 +431,7 @@ typedef unsigned int u8char_T; // int is 32 bits or more #include "ascii.h" #include "keymap.h" -#include "term.h" +#include "termdefs.h" #include "macros.h" #ifdef LATTICE