From f77381e893b7f412243ef6a54989579dfaeeb0ce Mon Sep 17 00:00:00 2001 From: lukem Date: Sun, 24 Aug 1997 01:47:12 +0000 Subject: Include , and . The rpc man pages don't mention that these are required (only is mentioned there), but some of the prototypes come from these files... --- include/rpc/rpc.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'include') 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 /* service manager and multiplexer */ #include /* service side authenticator */ +/* Portmapper client, server, and protocol headers */ +#include +#include +#include + /* * 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 -- cgit