summaryrefslogtreecommitdiffstats
path: root/cpukit/librpc/include/rpc/pmap_clnt.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/pmap_clnt.h
parentAbandon _without_sources. (diff)
downloadrtems-bc38915f90ad91319df5b6eeb23a3efd79ca9c44.tar.bz2
Make self-contained.
Diffstat (limited to 'cpukit/librpc/include/rpc/pmap_clnt.h')
-rw-r--r--cpukit/librpc/include/rpc/pmap_clnt.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpukit/librpc/include/rpc/pmap_clnt.h b/cpukit/librpc/include/rpc/pmap_clnt.h
index c538bcf53e..86fff6be4f 100644
--- a/cpukit/librpc/include/rpc/pmap_clnt.h
+++ b/cpukit/librpc/include/rpc/pmap_clnt.h
@@ -62,7 +62,11 @@
#ifndef _RPC_PMAPCLNT_H
#define _RPC_PMAPCLNT_H
+
#include <sys/cdefs.h>
+#include <netinet/in.h> /* struct sockaddr_in */
+#include <rpc/types.h>
+#include <rpc/xdr.h> /* xdrproc_t */
__BEGIN_DECLS
extern bool_t pmap_set (u_long, u_long, int, int);