diff options
author | Emmanuel Dreyfus <manu@netbsd.org> | 2012-03-30 15:58:43 +0200 |
---|---|---|
committer | Anand Avati <avati@redhat.com> | 2012-04-23 21:29:03 -0700 |
commit | 7313b22f10fafe7773a15d8306496d1d56ef5f81 (patch) | |
tree | 5080fcb607bbea24938444ef2eb5a031fee54793 /rpc/xdr | |
parent | 92baa61bfe5853fca301eb1e10f063097df24e2e (diff) |
NetBSD build fixes
Signed-off-by: Emmanuel Dreyfus <manu@netbsd.org>
Change-Id: I8f9aabeadd2f842521a82e59594115bd80155d68
BUG: 2923
Signed-off-by: Emmanuel Dreyfus <manu@netbsd.org>
Reviewed-on: http://review.gluster.com/3053
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Anand Avati <avati@redhat.com>
Diffstat (limited to 'rpc/xdr')
-rw-r--r-- | rpc/xdr/src/xdr-nfs3.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rpc/xdr/src/xdr-nfs3.c b/rpc/xdr/src/xdr-nfs3.c index 2b2b1049c..35fca59ff 100644 --- a/rpc/xdr/src/xdr-nfs3.c +++ b/rpc/xdr/src/xdr-nfs3.c @@ -19,6 +19,7 @@ #include "xdr-nfs3.h" #include "mem-pool.h" +#include "xdr-common.h" #if GF_DARWIN_HOST_OS #define xdr_u_quad_t xdr_u_int64_t |