mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
include opt_compat.h to unbreak the build
This commit is contained in:
parent
2f3e5b2f15
commit
bbf719c8ba
1 changed files with 2 additions and 0 deletions
|
|
@ -29,6 +29,8 @@
|
|||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include "opt_compat.h"
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/exec.h>
|
||||
#include <sys/fcntl.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue