0
0
mirror of https://github.com/vim/vim.git synced 2025-07-26 11:04:33 -04:00

patch 8.2.3621: build failure

Problem:    Build failure.
Solution:   Add missing change.
This commit is contained in:
Bram Moolenaar 2021-11-19 11:35:32 +00:00
parent b3a29558ee
commit 1d69ef410a
2 changed files with 3 additions and 1 deletions

View File

@ -757,6 +757,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3621,
/**/
3620,
/**/

View File

@ -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