mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add in #include of <sys/lock.h> since it was axed from <sys/proc.h>.
Noticed by: Wesley Morgan <morganw@chemikals.org> Pointy hat to: me
This commit is contained in:
parent
89b54bffe9
commit
7b29322c25
1 changed files with 1 additions and 0 deletions
|
|
@ -47,6 +47,7 @@
|
|||
#include <sys/ipl.h>
|
||||
#include <sys/kernel.h>
|
||||
#include <sys/ktr.h>
|
||||
#include <sys/lock.h>
|
||||
#include <sys/mutex.h>
|
||||
#include <sys/signalvar.h>
|
||||
#include <sys/resourcevar.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue