summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-02-28 22:33:46 +0100
committerBram Moolenaar <Bram@vim.org>2016-02-28 22:33:46 +0100
commite081e21f760bffc24ca98d5f9bbdb5f02e6aea79 (patch)
tree7c934aa9eabc01274ff94b6d735e092c4a552290 /src/version.c
parentfdd6ce4a2f922afac7bd719a00228dbd8539b9c4 (diff)
downloadvim-git-7.4.1459.tar.gz
patch 7.4.1459v7.4.1459
Problem: MS-Windows doesn't know socklen_t. Solution: Use previous method for WIN32.
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 0fb7b8a56..f9f412801 100644
--- a/src/version.c
+++ b/src/version.c
@@ -744,6 +744,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1459,
+/**/
1458,
/**/
1457,