mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
patch 7.4.1144
Problem: Can't build on several systems. Solution: Include float.h. (Christian Robinson, closes #570 #571)
This commit is contained in:
@@ -14,6 +14,10 @@
|
||||
#include "vim.h"
|
||||
#include "version.h"
|
||||
|
||||
#ifdef FEAT_FLOAT
|
||||
# include <float.h>
|
||||
#endif
|
||||
|
||||
#ifdef FEAT_EX_EXTRA
|
||||
static int linelen __ARGS((int *has_tab));
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user