mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
After rev. 1.60 of sys/lockmgr.h, the header requires inclusion of the
sys/lock.h.
This commit is contained in:
parent
5a3c4d694e
commit
2db08dbb82
1 changed files with 1 additions and 0 deletions
|
|
@ -68,6 +68,7 @@ __FBSDID("$FreeBSD$");
|
|||
#include <sys/endian.h>
|
||||
#include <sys/module.h>
|
||||
#include <sys/bus.h>
|
||||
#include <sys/lock.h>
|
||||
#include <sys/lockmgr.h>
|
||||
#if defined(DIAGNOSTIC) && defined(__i386__) && defined(__FreeBSD__)
|
||||
#include <machine/cpu.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue