summaryrefslogtreecommitdiff
path: root/ev.h
diff options
context:
space:
mode:
Diffstat (limited to 'ev.h')
-rw-r--r--ev.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/ev.h b/ev.h
index 128b223..10b4edc 100644
--- a/ev.h
+++ b/ev.h
@@ -90,6 +90,11 @@ typedef double ev_tstamp;
/*****************************************************************************/
#if EV_STAT_ENABLE
+# ifdef _WIN32
+# include <time.h>
+# include <sys/types.h>
+# include <stdio.h>
+# endif
# include <sys/stat.h>
#endif