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)

17576a1e33
This commit is contained in:
watiko
2016-02-20 19:05:40 +09:00
parent 313810ccad
commit 04ff218c16
2 changed files with 2 additions and 1 deletions

View File

@@ -3,6 +3,7 @@
*/ */
#include <assert.h> #include <assert.h>
#include <float.h>
#include <stdbool.h> #include <stdbool.h>
#include <string.h> #include <string.h>
#include <stdlib.h> #include <stdlib.h>

View File

@@ -146,7 +146,7 @@ static int included_patches[] = {
// 1147, // 1147,
// 1146 NA // 1146 NA
// 1145 NA // 1145 NA
// 1144 NA 1144,
1143, 1143,
// 1142, // 1142,
// 1141, // 1141,