From 48ea0bec18feafd62cc2f7df74234da2e504e86a Mon Sep 17 00:00:00 2001 From: Eivind Eklund Date: Wed, 7 May 1997 02:27:18 +0000 Subject: Make a lot of include-files self-contained. I excluded the patches changing int's to gid_t and uid_t - should I commit these, too? Closes PR misc/2625. Submitted by: Julian Assange --- include/rpcsvc/yp_prot.h | 4 +++- include/rpcsvc/ypclnt.h | 5 ++++- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'include/rpcsvc') diff --git a/include/rpcsvc/yp_prot.h b/include/rpcsvc/yp_prot.h index d72fd0b8f5177..3ef704659805b 100644 --- a/include/rpcsvc/yp_prot.h +++ b/include/rpcsvc/yp_prot.h @@ -26,12 +26,14 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: yp_prot.h,v 1.6 1997/02/23 09:17:33 peter Exp $ */ #ifndef _RPCSVC_YP_PROT_H_ #define _RPCSVC_YP_PROT_H_ +#include + /* * YPSERV PROTOCOL: * diff --git a/include/rpcsvc/ypclnt.h b/include/rpcsvc/ypclnt.h index 5ed87027a64f6..97ca44087a373 100644 --- a/include/rpcsvc/ypclnt.h +++ b/include/rpcsvc/ypclnt.h @@ -26,12 +26,15 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: ypclnt.h,v 1.6 1997/02/23 09:17:34 peter Exp $ */ #ifndef _RPCSVC_YPCLNT_H_ #define _RPCSVC_YPCLNT_H_ +#include +#include + #define YPERR_BADARGS 1 /* args to function are bad */ #define YPERR_RPC 2 /* RPC failure */ #define YPERR_DOMAIN 3 /* can't bind to a server for domain */ -- cgit v1.3