diff options
Diffstat (limited to 'sunrpc/rpc/pmap_rmt.h')
-rw-r--r-- | sunrpc/rpc/pmap_rmt.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sunrpc/rpc/pmap_rmt.h b/sunrpc/rpc/pmap_rmt.h index 2e1af7e3d0..6d32045c8e 100644 --- a/sunrpc/rpc/pmap_rmt.h +++ b/sunrpc/rpc/pmap_rmt.h @@ -39,7 +39,9 @@ #define _RPC_PMAP_RMT_H 1 #include <features.h> - +#include <sys/types.h> +#include <rpc/types.h> +#include <rpc/xdr.h> __BEGIN_DECLS |