mirror of
https://github.com/opnsense/src.git
synced 2026-06-12 10:10:24 -04:00
hwt: fix build.
Include sys/lock.h header for spinlock_enter() prototype. Sponsored by: UKRI
This commit is contained in:
parent
3fee738c4e
commit
070d185b2f
1 changed files with 1 additions and 0 deletions
|
|
@ -30,6 +30,7 @@
|
|||
|
||||
#include <sys/param.h>
|
||||
#include <sys/kernel.h>
|
||||
#include <sys/lock.h>
|
||||
#include <sys/malloc.h>
|
||||
#include <sys/mutex.h>
|
||||
#include <sys/refcount.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue