Include the <sys/sysproto.h> header which includes the prerequisite header

for AUE_NULL.

Approved by: re (kensmith)
This commit is contained in:
Kevin Lo 2007-07-22 06:48:34 +00:00
parent 36ffd4ba6d
commit 282a3889eb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=171536

View File

@ -30,6 +30,7 @@
#include <sys/param.h>
#include <sys/proc.h>
#include <sys/module.h>
#include <sys/sysproto.h>
#include <sys/sysent.h>
#include <sys/kernel.h>
#include <sys/systm.h>