summaryrefslogtreecommitdiff
path: root/lib/pthreadpool
diff options
context:
space:
mode:
authorRalph Boehme <slow@samba.org>2018-07-25 12:03:52 +0200
committerStefan Metzmacher <metze@samba.org>2018-07-25 17:49:05 +0200
commit3fd1a41f6867f0b9b62d0eeee82fcbbfcf38c003 (patch)
treeba9813a106150323fb13e410dfe409565de52304 /lib/pthreadpool
parenta5e02f7264a5feb9f0a5bb3d84de0153dc0758a0 (diff)
downloadsamba-3fd1a41f6867f0b9b62d0eeee82fcbbfcf38c003.tar.gz
pthreadpool: add a missing include
Reported-by: David Disseldorp <ddiss@samba.org> Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: David Disseldorp <ddiss@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'lib/pthreadpool')
-rw-r--r--lib/pthreadpool/pthreadpool.c1
-rw-r--r--lib/pthreadpool/pthreadpool_tevent.c1
2 files changed, 2 insertions, 0 deletions
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"