diff options
| author | Doug Rabson <dfr@FreeBSD.org> | 1995-06-27 11:07:30 +0000 |
|---|---|---|
| committer | Doug Rabson <dfr@FreeBSD.org> | 1995-06-27 11:07:30 +0000 |
| commit | a62dc4065454b3af8bde3af9f005db2c4d802fec (patch) | |
| tree | 372bad41f8c547f40d0826ed596c53dc772ab986 /usr.sbin/pstat | |
| parent | 82aaeb09ad6963c8e01e332d734ea0a69b66ed2e (diff) | |
Notes
Diffstat (limited to 'usr.sbin/pstat')
| -rw-r--r-- | usr.sbin/pstat/pstat.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/pstat/pstat.c b/usr.sbin/pstat/pstat.c index 736c96dd70186..36935579d8811 100644 --- a/usr.sbin/pstat/pstat.c +++ b/usr.sbin/pstat/pstat.c @@ -54,6 +54,8 @@ static char sccsid[] = "@(#)pstat.c 8.9 (Berkeley) 2/16/94"; #undef NFS #undef KERNEL #include <sys/stat.h> +#include <nfs/rpcv2.h> +#include <nfs/nfsproto.h> #include <nfs/nfsnode.h> #include <sys/ioctl.h> #include <sys/ioctl_compat.h> /* XXX NTTYDISC is too well hidden */ |
