diff options
author | phk <phk@FreeBSD.org> | 1995-10-29 09:56:53 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1995-10-29 09:56:53 +0000 |
commit | 4839e0e9973ae33e5c74820a5d1b808af7394f02 (patch) | |
tree | e75a5512181f6552ddcf7f6a7a35af0849bb37e8 /usr.bin/nfsstat | |
parent | 9146b903edfd16c5883f0a71a35b96f89a04b823 (diff) | |
download | FreeBSD-src-4839e0e9973ae33e5c74820a5d1b808af7394f02.zip FreeBSD-src-4839e0e9973ae33e5c74820a5d1b808af7394f02.tar.gz |
#include <sys/user.h>
Diffstat (limited to 'usr.bin/nfsstat')
-rw-r--r-- | usr.bin/nfsstat/nfsstat.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/nfsstat/nfsstat.c b/usr.bin/nfsstat/nfsstat.c index 0f54f12..7b2a56b 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> |