diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2018-11-06 15:29:44 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2018-11-06 15:29:44 +0000 |
commit | 02bf7e5e40ddaa79a2089ef221350f35f033c421 (patch) | |
tree | 2e482379a52902cd5f4b22ad43deb17a2089e691 /sys/amd64/linux32/linux32_sysvec.c | |
parent | 8fc08087a1b2be72a80c82132de6b8ff6c555a88 (diff) | |
download | src-02bf7e5e40ddaa79a2089ef221350f35f033c421.tar.gz src-02bf7e5e40ddaa79a2089ef221350f35f033c421.zip |
Fix builds with COMPAT_LINUX32 in the kernel config.
MFC after: 3 days
Notes
Notes:
svn path=/head/; revision=340185
Diffstat (limited to 'sys/amd64/linux32/linux32_sysvec.c')
-rw-r--r-- | sys/amd64/linux32/linux32_sysvec.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/amd64/linux32/linux32_sysvec.c b/sys/amd64/linux32/linux32_sysvec.c index 73edbac593ab..bcaa0cd45459 100644 --- a/sys/amd64/linux32/linux32_sysvec.c +++ b/sys/amd64/linux32/linux32_sysvec.c @@ -32,6 +32,8 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include "opt_compat.h" + #include <sys/cdefs.h> __FBSDID("$FreeBSD$"); |