summaryrefslogtreecommitdiffstats
path: root/sys/opencrypto
diff options
context:
space:
mode:
authorLuiz Otavio O Souza <luiz@netgate.com>2015-09-15 13:35:15 -0500
committerLuiz Otavio O Souza <luiz@netgate.com>2015-10-20 11:52:00 -0500
commiteff0192099ab3d5ae4227221371adee87dbb4dee (patch)
tree1c71f18ebe10d2112cd4ffc285edf354c1286b55 /sys/opencrypto
parent373f155b959a37075bee99150a72ced22bbdc4e9 (diff)
downloadFreeBSD-src-eff0192099ab3d5ae4227221371adee87dbb4dee.zip
FreeBSD-src-eff0192099ab3d5ae4227221371adee87dbb4dee.tar.gz
MFC r271983:
Fix build for kernels without COMPAT_FREEBSD32. TAG: IPSEC-HEAD Issue: #4841
Diffstat (limited to 'sys/opencrypto')
-rw-r--r--sys/opencrypto/cryptodev.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/opencrypto/cryptodev.c b/sys/opencrypto/cryptodev.c
index 4d16833..4096a73 100644
--- a/sys/opencrypto/cryptodev.c
+++ b/sys/opencrypto/cryptodev.c
@@ -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>
OpenPOWER on IntegriCloud