1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-21 11:13:30 +00:00

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

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>