aboutsummaryrefslogtreecommitdiff
path: root/sys/nfsserver/nfs.h
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>1995-10-31 21:17:59 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>1995-10-31 21:17:59 +0000
commite046098fa9daa1381e7180ae5d3ad3cd36402368 (patch)
treed2896f114c6ee68a2f66f58d2276c6fb0911dc2a /sys/nfsserver/nfs.h
parent8c430818c63ed9fe381f9577d1a498fdb7c2c890 (diff)
downloadsrc-e046098fa9daa1381e7180ae5d3ad3cd36402368.tar.gz
src-e046098fa9daa1381e7180ae5d3ad3cd36402368.zip
Include a prerequisite header (so this is consistent again with the
NFSv2 state).
Notes
Notes: svn path=/head/; revision=11982
Diffstat (limited to 'sys/nfsserver/nfs.h')
-rw-r--r--sys/nfsserver/nfs.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/nfsserver/nfs.h b/sys/nfsserver/nfs.h
index 7b088bc76a58..41963dbc2e5e 100644
--- a/sys/nfsserver/nfs.h
+++ b/sys/nfsserver/nfs.h
@@ -34,12 +34,14 @@
* SUCH DAMAGE.
*
* @(#)nfs.h 8.1 (Berkeley) 6/10/93
- * $Id: nfs.h,v 1.11 1995/07/29 11:42:21 bde Exp $
+ * $Id: nfs.h,v 1.12 1995/10/29 15:32:43 phk Exp $
*/
#ifndef _NFS_NFS_H_
#define _NFS_NFS_H_
+#include <nfs/rpcv2.h>
+
/*
* Tunable constants for nfs
*/