From 96ae032a9cb9b198f31e26aba30a39e5148a2ba4 Mon Sep 17 00:00:00 2001 From: Vijay Bellur Date: Fri, 18 Dec 2009 12:38:04 +0000 Subject: Support for Compilation on Solaris This is based on patch at: http://node3.rnode.ru/glusterfs-3.0.0-p1.patch Thanks to Petrunin Egor for this patch. Signed-off-by: Vijay Bellur Signed-off-by: Vijay Bellur BUG: 481 (Fix compilation failures in Solaris) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=481 --- libglusterfs/src/logging.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libglusterfs/src/logging.h') diff --git a/libglusterfs/src/logging.h b/libglusterfs/src/logging.h index db2e829b5..44f73c906 100644 --- a/libglusterfs/src/logging.h +++ b/libglusterfs/src/logging.h @@ -28,6 +28,7 @@ #include #include +#include #define GF_PRI_FSBLK PRId64 #define GF_PRI_BLKSIZE "ld" -- cgit