Fix linux kernel module breakage introduced in r215675, by including

<sys/sysent.h>.

Noticed by:	many
Pointy hat to:	netchild
This commit is contained in:
Dimitry Andric 2010-11-22 20:23:18 +00:00
parent 70557f4f83
commit 95353459ae

View File

@ -41,6 +41,7 @@ __FBSDID("$FreeBSD$");
#include <sys/sx.h>
#include <sys/proc.h>
#include <sys/syscallsubr.h>
#include <sys/sysent.h>
#include <sys/sysproto.h>
#include <sys/unistd.h>