From 379be4bd6976e0978a3a320598eacd98708ee1f2 Mon Sep 17 00:00:00 2001 From: eivind 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/rpc/rpc_msg.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'include/rpc/rpc_msg.h') diff --git a/include/rpc/rpc_msg.h b/include/rpc/rpc_msg.h index 654cd7d..bc5637d 100644 --- a/include/rpc/rpc_msg.h +++ b/include/rpc/rpc_msg.h @@ -28,7 +28,7 @@ * * from: @(#)rpc_msg.h 1.7 86/07/16 SMI * from: @(#)rpc_msg.h 2.1 88/07/29 4.0 RPCSRC - * $Id$ + * $Id: rpc_msg.h,v 1.8 1997/02/23 09:17:24 peter Exp $ */ /* @@ -40,6 +40,9 @@ #ifndef _RPC_RPCMSG_H #define _RPC_RPCMSG_H +#include +#include +#include #define RPC_MSG_VERSION ((u_long) 2) #define RPC_SERVICE_PORT ((u_short) 2048) -- cgit v1.1