build: Fix waf build on MacOS X
[ddiss/samba.git] / source3 / lib / pthreadpool / pthreadpool.c
index 9981ed25ae6f7ab3ede05adc44cfe07d75e5b5a9..42b550d7ed7567f0b7d2f636481f008f871e90cb 100644 (file)
@@ -17,6 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include "config.h"
 #include <errno.h>
 #include <stdio.h>
 #include <unistd.h>
@@ -26,7 +27,7 @@
 #include <signal.h>
 #include <assert.h>
 #include <fcntl.h>
-#include <sys/time.h>
+#include "system/time.h"
 
 #include "pthreadpool.h"
 #include "lib/util/dlinklist.h"