commit | f66a2cda2c425c441fc5e20c8f8893c9630e3aaa | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 18 21:53:22 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 18 21:53:22 2017 +0200 |
tree | 0b33a8285fbbd1af576cb28f80fae702cde71fe6 | |
parent | ea5d6fadbbba614e51e819cb537a3d52600bfcc5 [diff] [blame] |
patch 8.0.0959: build failure on MS-Windows Problem: Build failure on MS-Windows. Solution: Use ioctlsocket() instead of fcntl().
diff --git a/src/version.c b/src/version.c index 903b13e..7b17219 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 959, +/**/ 958, /**/ 957,