Fix build for kernels without COMPAT_FREEBSD32.

This commit is contained in:
John Baldwin 2014-09-22 17:32:27 +00:00
parent d143d69857
commit cd5d81ba41
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=271983

View File

@ -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>