aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/nfsstat
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1995-10-29 09:56:53 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1995-10-29 09:56:53 +0000
commit52a28d7027ae24183ee6095ad7de93d249f2ed17 (patch)
treee75a5512181f6552ddcf7f6a7a35af0849bb37e8 /usr.bin/nfsstat
parent7e247b3498d56eab17eccbc8642483e3be3f4c0c (diff)
Notes
Diffstat (limited to 'usr.bin/nfsstat')
-rw-r--r--usr.bin/nfsstat/nfsstat.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/nfsstat/nfsstat.c b/usr.bin/nfsstat/nfsstat.c
index 0f54f12e1be26..7b2a56b57b290 100644
--- a/usr.bin/nfsstat/nfsstat.c
+++ b/usr.bin/nfsstat/nfsstat.c
@@ -43,11 +43,12 @@ static char copyright[] =
#ifndef lint
/*static char sccsid[] = "From: @(#)nfsstat.c 8.1 (Berkeley) 6/6/93";*/
static const char rcsid[] =
- "$Id: nfsstat.c,v 1.2 1994/10/23 23:25:43 wollman Exp $";
+ "$Id: nfsstat.c,v 1.3 1995/06/27 11:07:13 dfr Exp $";
#endif /* not lint */
#include <sys/param.h>
#include <sys/mount.h>
+#include <sys/user.h>
#include <sys/sysctl.h>
#include <nfs/rpcv2.h>
#include <nfs/nfsproto.h>