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:
parent
70557f4f83
commit
95353459ae
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user