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:
dchagin 2016-01-09 16:52:25 +00:00
parent b7022d5321
commit 9d7b3777ea

View File

@ -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>