Skip to content

Commit 1abc52c

Browse files
committed
patch 7.4.2056
Problem: Build fails. Solution: Add missing changes.
1 parent cd52459 commit 1abc52c

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

src/proto.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ extern int _stricoll(char *a, char *b);
6767
# ifdef FEAT_CSCOPE
6868
# include "if_cscope.pro"
6969
# endif
70+
# include "dict.pro"
7071
# include "diff.pro"
7172
# include "digraph.pro"
7273
# include "edit.pro"

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -758,6 +758,8 @@ static char *(features[]) =
758758

759759
static int included_patches[] =
760760
{ /* Add new patch number below this line */
761+
/**/
762+
2056,
761763
/**/
762764
2055,
763765
/**/

0 commit comments

Comments
 (0)