From 7b5fb7d9e88bf848173363f5a1e2a0f1db6c7293 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Sat, 8 Oct 2011 12:10:20 +0200 Subject: replace: Add don't include unistd.h directly and add uid_wrapper. --- source3/lib/pthreadpool/pthreadpool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/lib/pthreadpool') diff --git a/source3/lib/pthreadpool/pthreadpool.c b/source3/lib/pthreadpool/pthreadpool.c index 42b550d7ed..c916dc0f8d 100644 --- a/source3/lib/pthreadpool/pthreadpool.c +++ b/source3/lib/pthreadpool/pthreadpool.c @@ -20,7 +20,6 @@ #include "config.h" #include #include -#include #include #include #include @@ -28,6 +27,7 @@ #include #include #include "system/time.h" +#include "system/filesys.h" #include "pthreadpool.h" #include "lib/util/dlinklist.h" -- cgit