mirror of
https://github.com/opnsense/src.git
synced 2026-04-20 21:59:20 -04:00
Correction after r323873: #include <sys/lock.h> in addition to <sys/rmlock.h>
PR: 220076 Approved by: mav (mentor) MFC after: 3 days
This commit is contained in:
parent
349216589d
commit
ab070eb18b
1 changed files with 1 additions and 0 deletions
|
|
@ -59,6 +59,7 @@
|
|||
#include <sys/systm.h>
|
||||
#include <sys/errno.h>
|
||||
#include <sys/kernel.h>
|
||||
#include <sys/lock.h>
|
||||
#include <sys/malloc.h>
|
||||
#include <sys/mbuf.h>
|
||||
#include <sys/errno.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue