diff options
author | shishir gowda <shishirng@gluster.com> | 2010-10-21 03:38:30 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2010-10-21 05:11:35 -0700 |
commit | db61075a123008ebd94ab8ff00b984e484155654 (patch) | |
tree | c52c3a644695ccc6e6d0af260d539611f1998af2 /rpc/xdr/src/portmap-xdr.h | |
parent | cd9a247906924106c722ecf4611b7be4b5408ad9 (diff) |
Solaris build: Fix linux only features
Signed-off-by: shishir gowda <shishirng@gluster.com>
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
BUG: 1990 (Gluster mainline build on solaris fails with errors)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1990
Diffstat (limited to 'rpc/xdr/src/portmap-xdr.h')
-rw-r--r-- | rpc/xdr/src/portmap-xdr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rpc/xdr/src/portmap-xdr.h b/rpc/xdr/src/portmap-xdr.h index e53cc15ae..edc2ccf24 100644 --- a/rpc/xdr/src/portmap-xdr.h +++ b/rpc/xdr/src/portmap-xdr.h @@ -27,6 +27,7 @@ #define _PORTMAP_H_RPCGEN #include <rpc/rpc.h> +#include <rpc/types.h> #ifdef __cplusplus |