diff options
author | shishir gowda <shishirng@gluster.com> | 2011-02-22 06:40:18 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2011-02-22 09:34:56 -0800 |
commit | 65ad0fb37b4df6ef842235c0ff3981c2611d56c5 (patch) | |
tree | fb3f8da1b47b692f0598099442381e8c545e399d /rpc | |
parent | 4a95f8f3b39f58349ef0935b1746e543408b3080 (diff) |
Solaris build fixes.
Including compat.h for definitions of IXDR_PUT_U_../IXDR_GET_U..
Signed-off-by: shishir gowda <shishirng@gluster.com>
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
BUG: 2440 (Fix solaris build issues seen on latest git)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2440
Diffstat (limited to 'rpc')
-rw-r--r-- | rpc/xdr/src/glusterfs3-xdr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rpc/xdr/src/glusterfs3-xdr.c b/rpc/xdr/src/glusterfs3-xdr.c index 72f2070cf..eb3261f08 100644 --- a/rpc/xdr/src/glusterfs3-xdr.c +++ b/rpc/xdr/src/glusterfs3-xdr.c @@ -24,6 +24,7 @@ */ #include "glusterfs3-xdr.h" +#include "compat.h" bool_t xdr_gf_statfs (XDR *xdrs, gf_statfs *objp) |