From fdd20492638fe98a62b5e6d5e82f18cf4799fd1a Mon Sep 17 00:00:00 2001 From: Amar Tumballi Date: Mon, 21 Jun 2010 07:00:04 +0000 Subject: rpc protocol Signed-off-by: Amar Tumballi Signed-off-by: Raghavendra G 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 --- libglusterfs/src/iatt.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libglusterfs/src/iatt.h') diff --git a/libglusterfs/src/iatt.h b/libglusterfs/src/iatt.h index 92d679f4c..ef64f9afc 100644 --- a/libglusterfs/src/iatt.h +++ b/libglusterfs/src/iatt.h @@ -30,6 +30,7 @@ #include /* for iatt <--> stat conversions */ #include +#include "compat.h" typedef enum { IA_INVAL = 0, -- cgit