summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authordchagin <dchagin@FreeBSD.org>2016-01-09 16:52:25 +0000
committerdchagin <dchagin@FreeBSD.org>2016-01-09 16:52:25 +0000
commit9d7b3777ea1d9fc10418145ca3475c17f9948887 (patch)
tree4c43f8e4e6bb691af5b6d07c60a89eb6340413be /sys/amd64
parentb7022d5321a4d77094aedd71e0c118b1628a8a10 (diff)
downloadFreeBSD-src-9d7b3777ea1d9fc10418145ca3475c17f9948887.zip
FreeBSD-src-9d7b3777ea1d9fc10418145ca3475c17f9948887.tar.gz
MFC r283446:
Include opt_compat.h, so that COMPAT_LINUX32 is defined, and we can access to the semop structs and functions.
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/linux32/linux32_machdep.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/amd64/linux32/linux32_machdep.c b/sys/amd64/linux32/linux32_machdep.c
index 364b83a..6dca647 100644
--- a/sys/amd64/linux32/linux32_machdep.c
+++ b/sys/amd64/linux32/linux32_machdep.c
@@ -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>
OpenPOWER on IntegriCloud