summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-07-19 17:01:31 +0200
committerBram Moolenaar <Bram@vim.org>2016-07-19 17:01:31 +0200
commit6cfdb2a3bad5a6049de22dcdd1da0f6666478398 (patch)
tree0eca5504ca3d78df12b1d526066d30f8aeecc2b3
parent9ccfebddc3ff2a3c2853cf706fd4c26f639bf381 (diff)
downloadvim-git-6cfdb2a3bad5a6049de22dcdd1da0f6666478398.tar.gz
patch 7.4.2070v7.4.2070
Problem: Missing change to include file. Solution: Include the spell header file.
-rw-r--r--src/version.c2
-rw-r--r--src/vim.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 0c68201a5..d81208256 100644
--- 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
index ed2ab4abd..89eb48b67 100644
--- 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