mirror of
https://github.com/samba-team/samba.git
synced 2025-08-02 00:22:11 +03:00
s3: Fix the pthreadpool build on OS/X
OS/X does not have clock_gettime, and without replace.h we do not get the replacement macro
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user