From 572701f9c84f70271d8ba7353c6638c0358bfbdd Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 28 Jun 2012 11:19:31 +0200 Subject: s3: Fix compilation of pthreadpool_sync.c on platforms without pthread.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bjoern Jacke Autobuild-User(master): Björn Jacke Autobuild-Date(master): Thu Jun 28 16:43:13 CEST 2012 on sn-devel-104 --- source3/lib/pthreadpool/pthreadpool_sync.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/lib/pthreadpool') diff --git a/source3/lib/pthreadpool/pthreadpool_sync.c b/source3/lib/pthreadpool/pthreadpool_sync.c index 6c18b8f8d8a..0c2d12fef30 100644 --- a/source3/lib/pthreadpool/pthreadpool_sync.c +++ b/source3/lib/pthreadpool/pthreadpool_sync.c @@ -22,7 +22,6 @@ #include #include #include -#include #include #include #include -- cgit