# HG changeset patch # User Christian Brabandt # Date 1468941305 -7200 # Node ID 1fdd97be3967a80bbcfd67f60c33fe50a060a72a # Parent a28436d83aadaaaac020f33c3f04e04d78cdab65 commit https://github.com/vim/vim/commit/6cfdb2a3bad5a6049de22dcdd1da0f6666478398 Author: Bram Moolenaar Date: Tue Jul 19 17:01:31 2016 +0200 patch 7.4.2070 Problem: Missing change to include file. Solution: Include the spell header file. diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -759,6 +759,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2070, +/**/ 2069, /**/ 2068, diff --git a/src/vim.h b/src/vim.h --- a/src/vim.h +++ b/src/vim.h @@ -2061,6 +2061,8 @@ typedef enum } assert_type_T; #include "ex_cmds.h" /* Ex command defines */ +#include "spell.h" /* spell checking stuff */ + #include "proto.h" /* function prototypes */ /* This has to go after the include of proto.h, as proto/gui.pro declares