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:
parent
70557f4f83
commit
95353459ae
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=215706
@ -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…
Reference in New Issue
Block a user