Fix the build after the signals changes.
[mono.git] / mono / utils / mono-mutex.c
index 39fbca64f93c7596b4259ce337d05b13beec0ecb..6abad5756b0a8fea1204a675ec34425ded02cdb5 100644 (file)
 #include <string.h>
 #include <errno.h>
 #include <assert.h>
-#include <sys/time.h>
 #include <mono/utils/mono-memory-model.h>
 
+#ifndef HOST_WIN32
+#include <sys/time.h>
+#endif
+
 #include "mono-mutex.h"
 
 #ifndef HOST_WIN32