MFC r283446:
Include opt_compat.h, so that COMPAT_LINUX32 is defined, and we can access to the semop structs and functions.
This commit is contained in:
parent
b7022d5321
commit
9d7b3777ea
@ -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 New Issue
Block a user