Date: Mon, 22 Sep 2014 17:32:27 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r271983 - head/sys/opencrypto Message-ID: <201409221732.s8MHWRS1015956@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jhb Date: Mon Sep 22 17:32:27 2014 New Revision: 271983 URL: http://svnweb.freebsd.org/changeset/base/271983 Log: Fix build for kernels without COMPAT_FREEBSD32. Modified: head/sys/opencrypto/cryptodev.c Modified: head/sys/opencrypto/cryptodev.c ============================================================================== --- head/sys/opencrypto/cryptodev.c Mon Sep 22 17:26:07 2014 (r271982) +++ head/sys/opencrypto/cryptodev.c Mon Sep 22 17:32:27 2014 (r271983) @@ -54,6 +54,7 @@ __FBSDID("$FreeBSD$"); #include <sys/module.h> #include <sys/fcntl.h> #include <sys/bus.h> +#include <sys/user.h> #include <opencrypto/cryptodev.h> #include <opencrypto/xform.h>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409221732.s8MHWRS1015956>