From 2c5c3cedc096c36ef9d004ffa0cdb5324d2915e6 Mon Sep 17 00:00:00 2001 From: Csaba Henk Date: Thu, 24 Jun 2010 12:41:03 +0000 Subject: OS X: fix up rpc protocol Signed-off-by: Csaba Henk Signed-off-by: Anand V. Avati BUG: 875 (Implement a new protocol to provide proper backward/forward compatibility) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=875 --- xlators/protocol/lib/src/glusterfs-xdr.h | 1 + 1 file changed, 1 insertion(+) (limited to 'xlators/protocol/lib/src') diff --git a/xlators/protocol/lib/src/glusterfs-xdr.h b/xlators/protocol/lib/src/glusterfs-xdr.h index f99335c4210..72f131c746c 100644 --- a/xlators/protocol/lib/src/glusterfs-xdr.h +++ b/xlators/protocol/lib/src/glusterfs-xdr.h @@ -7,6 +7,7 @@ #define _GLUSTERFS3_H_RPCGEN #include +#include "xdr-common.h" #include "iatt.h" #ifdef __cplusplus -- cgit