[sgen] Evacuate from emptier blocks to fuller ones
[mono.git] / mono / utils / mono-time.h
index e4b83e3e7b0430e3fa2bf6a75a6ad2793ab2a76a..95bda8e530979b740b5b7fa06a99b300031e7ede 100644 (file)
@@ -4,6 +4,10 @@
 #include <mono/utils/mono-compiler.h>
 #include <glib.h>
 
+#ifdef HAVE_SYS_TIME_H
+#include <sys/time.h>
+#endif
+
 /* Returns the number of milliseconds from boot time: this should be monotonic */
 guint32 mono_msec_ticks      (void);