From 04ff218c1627e0cac68266c454fcc816a0ddedd1 Mon Sep 17 00:00:00 2001 From: watiko Date: Sat, 20 Feb 2016 19:05:40 +0900 Subject: 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 --- src/nvim/ex_cmds.c | 1 + src/nvim/version.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'src') 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 +#include #include #include #include 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, -- cgit