From: Bram Moolenaar Date: Sun, 17 Jul 2016 13:06:51 +0000 (+0200) Subject: patch 7.4.2056 X-Git-Tag: v7.4.2056 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1abc52c1599fede69b4e76ffde0e879d6fb5080a;p=vim patch 7.4.2056 Problem: Build fails. Solution: Add missing changes. --- diff --git a/src/proto.h b/src/proto.h index c58992ed4..170bfcdde 100644 --- 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 index accd1afed..16ed094e9 100644 --- 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 */ +/**/ + 2056, /**/ 2055, /**/