diff options
-rw-r--r-- | ev.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -163,7 +163,9 @@ typedef struct ev_watcher_time *WT; static int have_monotonic; /* did clock_gettime (CLOCK_MONOTONIC) work? */ -#include "ev_win32.c" +#ifdef WIN32 +# include "ev_win32.c" +#endif /*****************************************************************************/ |