From bc38915f90ad91319df5b6eeb23a3efd79ca9c44 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 5 May 2011 12:30:09 +0000 Subject: Make self-contained. --- cpukit/librpc/include/rpc/rpc_msg.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'cpukit/librpc/include/rpc/rpc_msg.h') diff --git a/cpukit/librpc/include/rpc/rpc_msg.h b/cpukit/librpc/include/rpc/rpc_msg.h index 21fcb841a1..85d2c704b8 100644 --- a/cpukit/librpc/include/rpc/rpc_msg.h +++ b/cpukit/librpc/include/rpc/rpc_msg.h @@ -45,6 +45,12 @@ #ifndef _RPC_RPC_MSG_H #define _RPC_RPC_MSG_H +#include +#include /* xdrproc_t */ +#include /* opaque_auth */ + +struct rpc_err; /* forward */ + #define RPC_MSG_VERSION ((u_int32_t) 2) #define RPC_SERVICE_PORT ((u_short) 2048) -- cgit v1.2.3