summaryrefslogtreecommitdiffstats
path: root/rpc
diff options
context:
space:
mode:
authorshishir gowda <shishirng@gluster.com>2011-02-22 06:40:18 +0000
committerAnand V. Avati <avati@dev.gluster.com>2011-02-22 09:34:56 -0800
commit65ad0fb37b4df6ef842235c0ff3981c2611d56c5 (patch)
treefb3f8da1b47b692f0598099442381e8c545e399d /rpc
parent4a95f8f3b39f58349ef0935b1746e543408b3080 (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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/rpc/xdr/src/glusterfs3-xdr.c b/rpc/xdr/src/glusterfs3-xdr.c
index 72f2070cfd7..eb3261f081d 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)