diff options
author | watiko <service@mail.watiko.net> | 2016-02-20 19:05:40 +0900 |
---|---|---|
committer | watiko <service@mail.watiko.net> | 2016-03-02 17:32:24 +0900 |
commit | 04ff218c1627e0cac68266c454fcc816a0ddedd1 (patch) | |
tree | 973c1bda9b9dfede6b4eb1a33b212f0a7325e4bc | |
parent | 313810ccada3b5f3dad73d8c376652533636f46b (diff) | |
download | rneovim-04ff218c1627e0cac68266c454fcc816a0ddedd1.tar.gz rneovim-04ff218c1627e0cac68266c454fcc816a0ddedd1.tar.bz2 rneovim-04ff218c1627e0cac68266c454fcc816a0ddedd1.zip |
vim-patch:7.4.1144
Problem: Can't build on several systems.
Solution: Include float.h. (Christian Robinson, closes vim/vim#570 vim/vim#571)
https://github.com/vim/vim/commit/17576a1e33d71b5602cee86bf220a806c8412605
-rw-r--r-- | src/nvim/ex_cmds.c | 1 | ||||
-rw-r--r-- | src/nvim/version.c | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/nvim/ex_cmds.c b/src/nvim/ex_cmds.c index 78e46190c0..bfaa6d8e2a 100644 --- a/src/nvim/ex_cmds.c +++ b/src/nvim/ex_cmds.c @@ -3,6 +3,7 @@ */ #include <assert.h> +#include <float.h> #include <stdbool.h> #include <string.h> #include <stdlib.h> diff --git a/src/nvim/version.c b/src/nvim/version.c index 8edeb5c735..d04bc42db5 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -146,7 +146,7 @@ static int included_patches[] = { // 1147, // 1146 NA // 1145 NA - // 1144 NA + 1144, 1143, // 1142, // 1141, |