1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=309331

View File

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