From 152e36883a79c0d73e0725357a4a2870b06eb75b Mon Sep 17 00:00:00 2001 From: Shehjar Tikoo Date: Tue, 28 Jul 2009 04:51:35 +0000 Subject: libglusterfsclient: Fix solaris build error Signed-off-by: Anand V. Avati BUG: 115 (./configure adds libglusterfsclient when it shouldn't) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=115 --- libglusterfsclient/src/libglusterfsclient.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'libglusterfsclient') diff --git a/libglusterfsclient/src/libglusterfsclient.h b/libglusterfsclient/src/libglusterfsclient.h index acab7042..960284e2 100755 --- a/libglusterfsclient/src/libglusterfsclient.h +++ b/libglusterfsclient/src/libglusterfsclient.h @@ -43,10 +43,11 @@ __BEGIN_DECLS #include #include #include -#include +#include #include #include #include +#include typedef struct { struct iovec *vector; @@ -141,7 +142,7 @@ typedef void * glusterfs_dir_t; * depending on the log level. */ glusterfs_handle_t -glusterfs_init (glusterfs_init_params_t *ctx, u_int32_t fakefsid); +glusterfs_init (glusterfs_init_params_t *ctx, uint32_t fakefsid); -- cgit