diff options
author | shishir gowda <shishirng@gluster.com> | 2010-10-27 23:57:55 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2010-10-27 23:37:32 -0700 |
commit | 87c0e8fba2d0be4496ec4085136fca459f62c00c (patch) | |
tree | 300e85e30b036067633a343f1e33d9a71f33d315 /rpc/xdr/src/cli1-xdr.c | |
parent | e93b270e8d09fc9d36a39b22987d3a172197e73b (diff) |
Solaris build fixes: Patch for 64bit build
This will fix build failures when -m64 option is used to build
gluster
Signed-off-by: Super-User <root@Solaris-10.(none)>
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/cli1-xdr.c')
-rw-r--r-- | rpc/xdr/src/cli1-xdr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpc/xdr/src/cli1-xdr.c b/rpc/xdr/src/cli1-xdr.c index 48ade6a07d8..713648ffaa1 100644 --- a/rpc/xdr/src/cli1-xdr.c +++ b/rpc/xdr/src/cli1-xdr.c @@ -24,7 +24,7 @@ */ #include "cli1.h" - +#include "compat.h" bool_t xdr_gf1_cluster_type (XDR *xdrs, gf1_cluster_type *objp) { |