mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
Add missing include of sys/boot.h
This change was dropped out in a rebase and I didn't catch that before I committed.
This commit is contained in:
parent
ec9abc1843
commit
af9727f618
1 changed files with 1 additions and 0 deletions
|
|
@ -44,6 +44,7 @@ __FBSDID("$FreeBSD$");
|
|||
#include "opt_config.h"
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/boot.h>
|
||||
#include <sys/jail.h>
|
||||
#include <sys/kernel.h>
|
||||
#include <sys/limits.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue