From 87c0e8fba2d0be4496ec4085136fca459f62c00c Mon Sep 17 00:00:00 2001 From: shishir gowda Date: Wed, 27 Oct 2010 23:57:55 +0000 Subject: 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 Signed-off-by: Anand V. Avati BUG: 1990 (Gluster mainline build on solaris fails with errors) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1990 --- rpc/xdr/src/portmap-xdr.c | 1 + 1 file changed, 1 insertion(+) (limited to 'rpc/xdr/src/portmap-xdr.c') diff --git a/rpc/xdr/src/portmap-xdr.c b/rpc/xdr/src/portmap-xdr.c index ddf6c47d7..45803dcc1 100644 --- a/rpc/xdr/src/portmap-xdr.c +++ b/rpc/xdr/src/portmap-xdr.c @@ -24,6 +24,7 @@ */ #include "portmap-xdr.h" +#include "compat.h" bool_t xdr_pmap_port_by_brick_req (XDR *xdrs, pmap_port_by_brick_req *objp) -- cgit