mirror of
https://github.com/neovim/neovim.git
synced 2025-09-19 09:48:19 +00:00
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:
@@ -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>
|
||||||
|
@@ -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,
|
||||||
|
Reference in New Issue
Block a user