summaryrefslogtreecommitdiffstats
path: root/cpukit/librpc/include/rpc/rpc_msg.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-05-05 12:30:09 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-05-05 12:30:09 +0000
commitbc38915f90ad91319df5b6eeb23a3efd79ca9c44 (patch)
treeae70f210878cd35f273ba6eefe25af38eb2df3f8 /cpukit/librpc/include/rpc/rpc_msg.h
parentAbandon _without_sources. (diff)
downloadrtems-bc38915f90ad91319df5b6eeb23a3efd79ca9c44.tar.bz2
Make self-contained.
Diffstat (limited to 'cpukit/librpc/include/rpc/rpc_msg.h')
-rw-r--r--cpukit/librpc/include/rpc/rpc_msg.h6
1 files changed, 6 insertions, 0 deletions
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 <rpc/types.h>
+#include <rpc/xdr.h> /* xdrproc_t */
+#include <rpc/auth.h> /* opaque_auth */
+
+struct rpc_err; /* forward */
+
#define RPC_MSG_VERSION ((u_int32_t) 2)
#define RPC_SERVICE_PORT ((u_short) 2048)