commit | f8b7d890f1d62f3ab101d2b02dd7716cb7f053cb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 13 17:24:26 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 13 17:24:26 2016 +0100 |
tree | 70aae9e3137efcd1395e58de3bcd07c03c25cd1c | |
parent | d090d7bab5a0d96559579e078dfdcc6d7d4f4713 [diff] [blame] |
patch 7.4.1312 Problem: sock_T is not defined without the +channel feature. Solution: Always define it.
diff --git a/src/version.c b/src/version.c index 130bbde..b934ea2 100644 --- a/src/version.c +++ b/src/version.c
@@ -748,6 +748,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1312, +/**/ 1311, /**/ 1310,