diff options
author | Ralph Boehme <slow@samba.org> | 2018-07-25 12:03:52 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2018-07-25 17:49:05 +0200 |
commit | 3fd1a41f6867f0b9b62d0eeee82fcbbfcf38c003 (patch) | |
tree | ba9813a106150323fb13e410dfe409565de52304 /lib | |
parent | a5e02f7264a5feb9f0a5bb3d84de0153dc0758a0 (diff) | |
download | samba-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')
-rw-r--r-- | lib/pthreadpool/pthreadpool.c | 1 | ||||
-rw-r--r-- | lib/pthreadpool/pthreadpool_tevent.c | 1 |
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" |