From 1d69ef410ab2adb0351d559ff9753d6cdd4befdf Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Fri, 19 Nov 2021 11:35:32 +0000 Subject: [PATCH] patch 8.2.3621: build failure Problem: Build failure. Solution: Add missing change. --- src/version.c | 2 ++ src/vim.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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 -- 2.50.1