mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Fix mispatch of includes list; allows my kernel to build successfully.
This commit is contained in:
parent
54e57f7613
commit
bedc1c9c96
1 changed files with 1 additions and 0 deletions
|
|
@ -39,6 +39,7 @@ __FBSDID("$FreeBSD$");
|
|||
#include <sys/queue.h>
|
||||
#include <sys/sysctl.h>
|
||||
#include <sys/vnode.h>
|
||||
#include <sys/proc.h>
|
||||
#include <sys/posix4.h>
|
||||
|
||||
static int facility[CTL_P1003_1B_MAXID - 1];
|
||||
|
|
|
|||
Loading…
Reference in a new issue