mirror of
https://github.com/neovim/neovim.git
synced 2025-09-18 09:18:19 +00:00
illumos requires the use of limits.h for things like INT_MAX #2049
This commit is contained in:

committed by
Justin M. Keyes

parent
36092f3a0c
commit
f28941b96d
@@ -18,6 +18,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <stdbool.h>
|
||||
#include <math.h>
|
||||
#include <limits.h>
|
||||
|
||||
#include "nvim/lib/klist.h"
|
||||
|
||||
|
Reference in New Issue
Block a user