diff options
author | Kaushik BV <kaushikbv@gluster.com> | 2011-09-23 19:05:35 +0530 |
---|---|---|
committer | Vijay Bellur <vijay@gluster.com> | 2011-10-01 05:56:01 -0700 |
commit | 72cade6db5fd3f6f001295a5f4edeecf44e36045 (patch) | |
tree | f8f967ca3a1ec7bafa6180366ecb85c42bada86c /rpc/xdr | |
parent | c2548c3247a17b3b415295fcbb4c119f4a579831 (diff) |
build: Solaris build fixes
Change-Id: I977903f26dbb2c8d1632b3a1c52bd8af4ce8652f
BUG: 3446
Reviewed-on: http://review.gluster.com/502
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Amar Tumballi <amar@gluster.com>
Diffstat (limited to 'rpc/xdr')
-rw-r--r-- | rpc/xdr/src/cli1-xdr.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/rpc/xdr/src/cli1-xdr.h b/rpc/xdr/src/cli1-xdr.h index d1cf56851..f77e20b6b 100644 --- a/rpc/xdr/src/cli1-xdr.h +++ b/rpc/xdr/src/cli1-xdr.h @@ -17,10 +17,13 @@ <http://www.gnu.org/licenses/>. */ /* - * Please do not edit this file. - * It was generated using rpcgen. + * Most content of this file is generated using rpcgen. There are very few + * additions done to this file (changes can be seen by running 'rpcgen' + * and taking a diff of this file with rpcgen generated file */ +#include "xdr-common.h" + #ifndef _CLI1_XDR_H_RPCGEN #define _CLI1_XDR_H_RPCGEN |