summaryrefslogtreecommitdiff
path: root/ev.h
diff options
context:
space:
mode:
authorroot <root>2008-06-19 06:53:49 +0000
committerroot <root>2008-06-19 06:53:49 +0000
commit5a144ccc9d0e76bbf6167163e674796e37dc0fde (patch)
treef2c9da0e631c197918597b5e3448cee664d2bc13 /ev.h
parent1609948b4aabde98f6cac1d8ed725617fdf73e7b (diff)
*** empty log message ***
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