1
0
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:
Volker Lendecke
2012-04-09 09:17:29 +02:00
parent 5856ab89fa
commit 8a907c9c65

View File

@ -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"