mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Include opt_compat.h, so that COMPAT_LINUX32 is defined, and we can
access to the semop structs and functions. Submitted by: cognet@ Differential Revision: https://reviews.freebsd.org/D1095 Reviewed by: trasz
This commit is contained in:
parent
22f3dfdc12
commit
e8b026b37e
1 changed files with 2 additions and 0 deletions
|
|
@ -31,6 +31,8 @@
|
|||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include "opt_compat.h"
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/kernel.h>
|
||||
#include <sys/systm.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue