diff options
-rw-r--r-- | source3/lib/pthreadpool/pthreadpool.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/lib/pthreadpool/pthreadpool.c b/source3/lib/pthreadpool/pthreadpool.c index fffbd050df..04303776a2 100644 --- a/source3/lib/pthreadpool/pthreadpool.c +++ b/source3/lib/pthreadpool/pthreadpool.c @@ -28,6 +28,7 @@ #include <fcntl.h> #include "system/time.h" #include "system/filesys.h" +#include "replace.h" #include "pthreadpool.h" #include "lib/util/dlinklist.h" |