From 9d7b3777ea1d9fc10418145ca3475c17f9948887 Mon Sep 17 00:00:00 2001 From: dchagin Date: Sat, 9 Jan 2016 16:52:25 +0000 Subject: MFC r283446: Include opt_compat.h, so that COMPAT_LINUX32 is defined, and we can access to the semop structs and functions. --- sys/amd64/linux32/linux32_machdep.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/amd64') 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 __FBSDID("$FreeBSD$"); +#include "opt_compat.h" + #include #include #include -- cgit v1.1