summaryrefslogtreecommitdiff
path: root/sys/nfs
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2013-01-16 04:05:23 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2013-01-16 04:05:23 +0000
commit25194825487924f93cdde39b1844e85fcea56e6a (patch)
tree1baa2b86a0a17dfb0e3d2f598d42320bbd62c6be /sys/nfs
parente823636a18b4deacea155d9dc20455a2766e6f8f (diff)
do not expose NETDEV to userland from param.h
Diffstat (limited to 'sys/nfs')
-rw-r--r--sys/nfs/nfs_vfsops.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/nfs/nfs_vfsops.c b/sys/nfs/nfs_vfsops.c
index bb91cb04877..4cd17d18cd0 100644
--- a/sys/nfs/nfs_vfsops.c
+++ b/sys/nfs/nfs_vfsops.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: nfs_vfsops.c,v 1.94 2012/09/10 11:10:59 jsing Exp $ */
+/* $OpenBSD: nfs_vfsops.c,v 1.95 2013/01/16 04:05:22 deraadt Exp $ */
/* $NetBSD: nfs_vfsops.c,v 1.46.4.1 1996/05/25 22:40:35 fvdl Exp $ */
/*
@@ -44,6 +44,7 @@
#include <sys/vnode.h>
#include <sys/kernel.h>
#include <sys/mount.h>
+#include <sys/swap.h>
#include <sys/buf.h>
#include <sys/mbuf.h>
#include <sys/dirent.h>