Add missed sys/limits.h include

Apparently header pollution on x86 hid its absense.  Sorry, other arch
users.

Fix the missed header introduced in r331279.

Reported by:	tinderbox
This commit is contained in:
Conrad Meyer 2018-03-21 03:43:40 +00:00
parent 5a79ea480e
commit c37125d9e5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=331283

View file

@ -33,6 +33,7 @@ __FBSDID("$FreeBSD$");
#include <sys/param.h>
#include <sys/errno.h>
#include <sys/limits.h>
#include <sys/proc.h>
#include <sys/random.h>
#include <sys/sysproto.h>