changeset 9558:b591a350f190 v7.4.2056

commit https://github.com/vim/vim/commit/1abc52c1599fede69b4e76ffde0e879d6fb5080a Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 17 15:06:51 2016 +0200 patch 7.4.2056 Problem: Build fails. Solution: Add missing changes.
author Christian Brabandt <cb@256bit.org>
date Sun, 17 Jul 2016 15:15:06 +0200
parents 8c12cf92e865
children 354168ab1997
files src/proto.h src/version.c
diffstat 2 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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"
--- 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,