libev/ev.h in ebb-0.2.1 vs libev/ev.h in ebb-0.3.0
- old
+ new
@@ -88,9 +88,13 @@
#endif
/*****************************************************************************/
#if EV_STAT_ENABLE
+# ifdef _WIN32
+# include <time.h>
+# include <sys/types.h>
+# endif
# include <sys/stat.h>
#endif
/* support multiple event loops? */
#if EV_MULTIPLICITY