From: Bram Moolenaar Date: Wed, 20 Jan 2016 19:05:44 +0000 (+0100) Subject: patch 7.4.1144 X-Git-Tag: v7.4.1144 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=17576a1e33d71b5602cee86bf220a806c8412605;p=vim patch 7.4.1144 Problem: Can't build on several systems. Solution: Include float.h. (Christian Robinson, closes #570 #571) --- diff --git a/src/ex_cmds.c b/src/ex_cmds.c index 11c3cf48b..6bd7afcc4 100644 --- a/src/ex_cmds.c +++ b/src/ex_cmds.c @@ -14,6 +14,10 @@ #include "vim.h" #include "version.h" +#ifdef FEAT_FLOAT +# include +#endif + #ifdef FEAT_EX_EXTRA static int linelen __ARGS((int *has_tab)); #endif diff --git a/src/version.c b/src/version.c index bd2c8f6ac..fcd86f17d 100644 --- a/src/version.c +++ b/src/version.c @@ -741,6 +741,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1144, /**/ 1143, /**/