]> granicus.if.org Git - vim/commitdiff
patch 8.2.3621: build failure v8.2.3621
authorBram Moolenaar <Bram@vim.org>
Fri, 19 Nov 2021 11:35:32 +0000 (11:35 +0000)
committerBram Moolenaar <Bram@vim.org>
Fri, 19 Nov 2021 11:35:32 +0000 (11:35 +0000)
Problem:    Build failure.
Solution:   Add missing change.

src/version.c
src/vim.h

index 5ff38b44e74954e09d1c382d23ecb21df7b21748..46f977109a4f2c2bf3f0c4b4d8a9294db14565bb 100644 (file)
@@ -757,6 +757,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    3621,
 /**/
     3620,
 /**/
index f86d68d04f8f3aabb58852ce79b05ccc70273f05..6c5a1099c33f59ec4f4490bd4e4a8893feedfc12 100644 (file)
--- 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