# HG changeset patch # User Christian Brabandt # Date 1468761306 -7200 # Node ID b591a350f190312f78944b5ff8a6251f6eadb923 # Parent 8c12cf92e8650b3fb5f1707d74df97d608422cc9 commit https://github.com/vim/vim/commit/1abc52c1599fede69b4e76ffde0e879d6fb5080a Author: Bram Moolenaar Date: Sun Jul 17 15:06:51 2016 +0200 patch 7.4.2056 Problem: Build fails. Solution: Add missing changes. diff --git a/src/proto.h b/src/proto.h --- a/src/proto.h +++ b/src/proto.h @@ -67,6 +67,7 @@ extern int _stricoll(char *a, char *b); # ifdef FEAT_CSCOPE # include "if_cscope.pro" # endif +# include "dict.pro" # include "diff.pro" # include "digraph.pro" # include "edit.pro" 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 */ /**/ + 2056, +/**/ 2055, /**/ 2054,