diff options
author | Vijay Bellur <vijay@gluster.com> | 2011-08-20 19:26:05 +0530 |
---|---|---|
committer | Vijay Bellur <vijay@gluster.com> | 2011-08-20 07:07:45 -0700 |
commit | 350ae611cad29a0ad95d3e209a858d693579c1b2 (patch) | |
tree | b46e6477ffd3e8eb65917bbcdbb5af4a6df7f950 /rpc/xdr/src/cli1-xdr.h | |
parent | 1af420c700fbc49b65cf7faceb3270e81cd991ce (diff) |
rpc/xdr: Fix for Solaris build failurev3.3.0qa4
Change-Id: I4704dfad655a79afb87ab275ba09413f785a97a4
BUG: 3446
Reviewed-on: http://review.gluster.com/280
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Raghavendra Bhat <raghavendrabhat@gluster.com>
Diffstat (limited to 'rpc/xdr/src/cli1-xdr.h')
-rw-r--r-- | rpc/xdr/src/cli1-xdr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rpc/xdr/src/cli1-xdr.h b/rpc/xdr/src/cli1-xdr.h index cce3ecbe8..4863dfa3e 100644 --- a/rpc/xdr/src/cli1-xdr.h +++ b/rpc/xdr/src/cli1-xdr.h @@ -26,6 +26,7 @@ #include <rpc/rpc.h> +#include "xdr-common.h" #ifdef __cplusplus extern "C" { |