changeset 26179:9fadec3d0c40 v8.2.3621

patch 8.2.3621: build failure Commit: https://github.com/vim/vim/commit/1d69ef410ab2adb0351d559ff9753d6cdd4befdf Author: Bram Moolenaar <Bram@vim.org> Date: Fri Nov 19 11:35:32 2021 +0000 patch 8.2.3621: build failure Problem: Build failure. Solution: Add missing change.
author Bram Moolenaar <Bram@vim.org>
date Fri, 19 Nov 2021 12:45:03 +0100
parents 69bebd5b3dbe
children 0e260743a13c
files src/version.c src/vim.h
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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,
--- 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