illumos requires the use of limits.h for things like INT_MAX #2049

This commit is contained in:
Mike Zeller
2015-02-23 12:45:11 -08:00
committed by Justin M. Keyes
parent 36092f3a0c
commit f28941b96d
14 changed files with 17 additions and 1 deletions

View File

@@ -18,6 +18,7 @@
#include <stdlib.h>
#include <stdbool.h>
#include <math.h>
#include <limits.h>
#include "nvim/lib/klist.h"