diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/rpc/rpc.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/include/rpc/rpc.h b/include/rpc/rpc.h index 8560d7bfef8..2b131c24b43 100644 --- a/include/rpc/rpc.h +++ b/include/rpc/rpc.h @@ -1,4 +1,4 @@ -/* $NetBSD: rpc.h,v 1.6 1997/07/13 18:15:46 christos Exp $ */ +/* $NetBSD: rpc.h,v 1.7 1997/08/24 01:47:12 lukem Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for @@ -68,6 +68,11 @@ #include <rpc/svc.h> /* service manager and multiplexer */ #include <rpc/svc_auth.h> /* service side authenticator */ +/* Portmapper client, server, and protocol headers */ +#include <rpc/pmap_clnt.h> +#include <rpc/pmap_prot.h> +#include <rpc/pmap_rmt.h> + /* * COMMENT OUT THE NEXT INCLUDE (or add to the #ifndef) IF RUNNING ON * A VERSION OF UNIX THAT USES SUN'S NFS SOURCE. These systems will |
