summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient/krpc_subr.c
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2009-12-27 10:10:38 +0000
committerbz <bz@FreeBSD.org>2009-12-27 10:10:38 +0000
commit5826e20488112aa7103a784067f9a4c2aaef2714 (patch)
tree15438ddba88cb65113414bf765828991a0bea155 /sys/nfsclient/krpc_subr.c
parentfbaf5bc8597e285e6e84b613fee56b3c625b2317 (diff)
downloadFreeBSD-src-5826e20488112aa7103a784067f9a4c2aaef2714.zip
FreeBSD-src-5826e20488112aa7103a784067f9a4c2aaef2714.tar.gz
Add missing include to make LINT-VIMAGE build as well.
Found by: test building an MFC candidate X-MFC with: r200471
Diffstat (limited to 'sys/nfsclient/krpc_subr.c')
-rw-r--r--sys/nfsclient/krpc_subr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/nfsclient/krpc_subr.c b/sys/nfsclient/krpc_subr.c
index 7e4130f..c2a8450 100644
--- a/sys/nfsclient/krpc_subr.c
+++ b/sys/nfsclient/krpc_subr.c
@@ -47,6 +47,7 @@ __FBSDID("$FreeBSD$");
#include <sys/param.h>
#include <sys/systm.h>
+#include <sys/jail.h>
#include <sys/malloc.h>
#include <sys/mbuf.h>
#include <sys/proc.h>
OpenPOWER on IntegriCloud