From 8a907c9c6563d9b1df35d31390bd07f76758773c Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 9 Apr 2012 09:17:29 +0200 Subject: s3: Fix the pthreadpool build on OS/X OS/X does not have clock_gettime, and without replace.h we do not get the replacement macro --- source3/lib/pthreadpool/pthreadpool.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3') diff --git a/source3/lib/pthreadpool/pthreadpool.c b/source3/lib/pthreadpool/pthreadpool.c index fffbd050df..04303776a2 100644 --- a/source3/lib/pthreadpool/pthreadpool.c +++ b/source3/lib/pthreadpool/pthreadpool.c @@ -28,6 +28,7 @@ #include #include "system/time.h" #include "system/filesys.h" +#include "replace.h" #include "pthreadpool.h" #include "lib/util/dlinklist.h" -- cgit