summaryrefslogtreecommitdiffstats
path: root/sys/nfs/nfs_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/nfs/nfs_common.c')
-rw-r--r--sys/nfs/nfs_common.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/nfs/nfs_common.c b/sys/nfs/nfs_common.c
index 5118f15..d590ce4 100644
--- a/sys/nfs/nfs_common.c
+++ b/sys/nfs/nfs_common.c
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* @(#)nfs_subs.c 8.3 (Berkeley) 1/4/94
- * $Id: nfs_subs.c,v 1.23 1995/08/24 10:17:35 dfr Exp $
+ * $Id: nfs_subs.c,v 1.24 1995/10/29 15:33:08 phk Exp $
*/
/*
@@ -59,6 +59,9 @@
#endif
#include <vm/vm.h>
+#include <vm/vm_param.h>
+#include <vm/vm_object.h>
+#include <vm/vm_extern.h>
#include <vm/vnode_pager.h>
#include <nfs/rpcv2.h>
OpenPOWER on IntegriCloud