From 0fdf6c9db5114c77cd846c71699eb877d41ad6ae Mon Sep 17 00:00:00 2001 From: "Kaleb S. KEITHLEY" Date: Thu, 2 Jul 2015 12:43:09 -0400 Subject: build: Mac OS X build issues, no spinlock, need sys_lgetxattr use regular locks, use our syscall wrappers in libglusterfs Change-Id: I7e0d00956366806af041b69b65d1f169aa0d2ae2 BUG: 1238793 Signed-off-by: Kaleb S. KEITHLEY Reviewed-on: http://review.gluster.org/11515 Tested-by: Gluster Build System Reviewed-by: Niels de Vos Tested-by: NetBSD Build System --- xlators/features/changelog/lib/src/gf-changelog-helpers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xlators/features/changelog/lib') diff --git a/xlators/features/changelog/lib/src/gf-changelog-helpers.h b/xlators/features/changelog/lib/src/gf-changelog-helpers.h index adde1e57bbf..bd21e4df035 100644 --- a/xlators/features/changelog/lib/src/gf-changelog-helpers.h +++ b/xlators/features/changelog/lib/src/gf-changelog-helpers.h @@ -14,7 +14,7 @@ #include #include #include -#include +#include "locking.h" #include -- cgit