From 1ea072a05e98335af0fd6f86c9582ce04d262a4e Mon Sep 17 00:00:00 2001 From: Vijay Bellur Date: Tue, 2 Mar 2010 07:19:34 +0000 Subject: performance/io-threads: Support for Solaris. Signed-off-by: Vijay Bellur Signed-off-by: Anand V. Avati BUG: 621 (3.0.2 GlusterFS fails on Solaris 10) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=621 --- xlators/performance/io-threads/src/io-threads.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'xlators/performance/io-threads') diff --git a/xlators/performance/io-threads/src/io-threads.h b/xlators/performance/io-threads/src/io-threads.h index 3cd959069..3843791ed 100644 --- a/xlators/performance/io-threads/src/io-threads.h +++ b/xlators/performance/io-threads/src/io-threads.h @@ -35,7 +35,10 @@ #include "list.h" #include #include "locking.h" +#include "compat.h" +#ifndef GF_SOLARIS_HOST_OS #include +#endif #define min(a,b) ((a)<(b)?(a):(b)) #define max(a,b) ((a)>(b)?(a):(b)) -- cgit