From: Ralph Boehme Date: Wed, 25 Jul 2018 10:03:52 +0000 (+0200) Subject: pthreadpool: add a missing include X-Git-Tag: ldb-1.5.0~183 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fd1a41f6867f0b9b62d0eeee82fcbbfcf38c003;p=thirdparty%2Fsamba.git pthreadpool: add a missing include Reported-by: David Disseldorp Signed-off-by: Ralph Boehme Reviewed-by: David Disseldorp Reviewed-by: Stefan Metzmacher --- diff --git a/lib/pthreadpool/pthreadpool.c b/lib/pthreadpool/pthreadpool.c index db3837cbda3..d482c159941 100644 --- a/lib/pthreadpool/pthreadpool.c +++ b/lib/pthreadpool/pthreadpool.c @@ -21,6 +21,7 @@ #include "system/time.h" #include "system/wait.h" #include "system/threads.h" +#include "system/filesys.h" #include "pthreadpool.h" #include "lib/util/dlinklist.h" #include "lib/util/blocking.h" diff --git a/lib/pthreadpool/pthreadpool_tevent.c b/lib/pthreadpool/pthreadpool_tevent.c index 19b1e6d9650..f88f82d17d8 100644 --- a/lib/pthreadpool/pthreadpool_tevent.c +++ b/lib/pthreadpool/pthreadpool_tevent.c @@ -20,6 +20,7 @@ #include "replace.h" #include "system/select.h" #include "system/threads.h" +#include "system/filesys.h" #include "pthreadpool_tevent.h" #include "pthreadpool.h" #include "lib/util/tevent_unix.h"