From 7313b22f10fafe7773a15d8306496d1d56ef5f81 Mon Sep 17 00:00:00 2001 From: Emmanuel Dreyfus Date: Fri, 30 Mar 2012 15:58:43 +0200 Subject: NetBSD build fixes Signed-off-by: Emmanuel Dreyfus Change-Id: I8f9aabeadd2f842521a82e59594115bd80155d68 BUG: 2923 Signed-off-by: Emmanuel Dreyfus Reviewed-on: http://review.gluster.com/3053 Tested-by: Gluster Build System Reviewed-by: Anand Avati --- xlators/storage/posix/src/posix-handle.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'xlators/storage/posix') diff --git a/xlators/storage/posix/src/posix-handle.c b/xlators/storage/posix/src/posix-handle.c index 9b6df445ed5..38b28edc386 100644 --- a/xlators/storage/posix/src/posix-handle.c +++ b/xlators/storage/posix/src/posix-handle.c @@ -27,7 +27,9 @@ #include #include #include +#ifdef GF_LINUX_HOST_OS #include +#endif #include "posix-handle.h" #include "posix.h" -- cgit