Add #include's of sys/proc.h and sys/param.h to silence a warning.

This commit is contained in:
John Baldwin 2000-09-11 05:51:58 +00:00
parent 2c98102ef1
commit ebbb6afce3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=65724

View File

@ -10,7 +10,9 @@
* $FreeBSD$
*/
#include <sys/param.h>
#include <sys/types.h>
#include <sys/proc.h>
#include <sys/random.h>
#include <sys/libkern.h>