summaryrefslogtreecommitdiffstats
path: root/sys/fs
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2009-06-17 12:44:11 +0000
committerbz <bz@FreeBSD.org>2009-06-17 12:44:11 +0000
commitb017972f116ec349316c8750695dd271f9a583ea (patch)
tree0512a76c52406b2b80e4f24f2882a90af09d3a72 /sys/fs
parent21376236dde77e2c63790a0607687faa898d87d6 (diff)
downloadFreeBSD-src-b017972f116ec349316c8750695dd271f9a583ea.zip
FreeBSD-src-b017972f116ec349316c8750695dd271f9a583ea.tar.gz
Add the explicit include of vimage.h to another five .c files still
missing it. Remove the "hidden" kernel only include of vimage.h from ip_var.h added with the very first Vimage commit r181803 to avoid further kernel poisoning.
Diffstat (limited to 'sys/fs')
-rw-r--r--sys/fs/nfs/nfsport.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/fs/nfs/nfsport.h b/sys/fs/nfs/nfsport.h
index b9f841b..d10fdfb 100644
--- a/sys/fs/nfs/nfsport.h
+++ b/sys/fs/nfs/nfsport.h
@@ -78,6 +78,7 @@
#include <sys/priv.h>
#include <sys/kthread.h>
#include <sys/syscallsubr.h>
+#include <sys/vimage.h>
#include <fs/fifofs/fifo.h>
#include <net/if.h>
#include <net/radix.h>
OpenPOWER on IntegriCloud