mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix warning - add missing #include
Submitted by: mjacob Approved by: re (rwatson)
This commit is contained in:
parent
141f92e7b5
commit
c5b102f584
1 changed files with 1 additions and 0 deletions
|
|
@ -68,6 +68,7 @@ __FBSDID("$FreeBSD$");
|
|||
#include <sys/mutex.h>
|
||||
#include <sys/pcpu.h>
|
||||
#include <sys/proc.h>
|
||||
#include <sys/sched.h>
|
||||
#include <sys/smp.h>
|
||||
|
||||
#include <vm/vm.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue