summaryrefslogtreecommitdiff
path: root/ev.c
diff options
context:
space:
mode:
authorroot <root>2007-11-11 02:05:20 +0000
committerroot <root>2007-11-11 02:05:20 +0000
commit18894ffdcf36dd48598363b9551cc04b1168b3ee (patch)
treedcbc3ad3262af48fb2eea23881d3a670032eee84 /ev.c
parent5b227372822f2ade98804c5fd403c48d096887b8 (diff)
*** empty log message ***
Diffstat (limited to 'ev.c')
-rw-r--r--ev.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/ev.c b/ev.c
index b3112d1..3e008a4 100644
--- a/ev.c
+++ b/ev.c
@@ -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
/*****************************************************************************/