diff options
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" |