Include limits.h for CHAR_MAX

This was needed on stable/10.  Apparently, sys/param.h supplies CHAR_MAX
on head.  Include limits.h anyway, for consistency, and because C says so.

Sponsored by:	Dell EMC
This commit is contained in:
Eric van Gyzen 2016-11-30 18:34:40 +00:00
parent a54b7de02a
commit dc521a5840
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@
#include <dirent.h>
#include <err.h>
#include <limits.h>
#include <locale.h>
#include <langinfo.h>
#include <stdio.h>