mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fixed biosboot to compile with Lite2. <sys/lock.h> is now a prerequisite
for <ufs/ufs/inode.h>.
This commit is contained in:
parent
d314500e7e
commit
b0a5b85d06
1 changed files with 1 additions and 0 deletions
|
|
@ -28,6 +28,7 @@
|
|||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/lock.h>
|
||||
#include <sys/time.h>
|
||||
|
||||
#include <ufs/ffs/fs.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue