# HG changeset patch # User Bram Moolenaar # Date 1637322303 -3600 # Node ID 9fadec3d0c40e153e384bb818cd8d5cb6e542b9d # Parent 69bebd5b3dbe821f80bac4502434ef1165ff00bf patch 8.2.3621: build failure Commit: https://github.com/vim/vim/commit/1d69ef410ab2adb0351d559ff9753d6cdd4befdf Author: Bram Moolenaar Date: Fri Nov 19 11:35:32 2021 +0000 patch 8.2.3621: build failure Problem: Build failure. Solution: Add missing change. diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -758,6 +758,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3621, +/**/ 3620, /**/ 3619, diff --git a/src/vim.h b/src/vim.h --- a/src/vim.h +++ b/src/vim.h @@ -431,7 +431,7 @@ typedef unsigned int u8char_T; // int is #include "ascii.h" #include "keymap.h" -#include "term.h" +#include "termdefs.h" #include "macros.h" #ifdef LATTICE