diff options
author | root <root> | 2007-11-11 02:05:20 +0000 |
---|---|---|
committer | root <root> | 2007-11-11 02:05:20 +0000 |
commit | 18894ffdcf36dd48598363b9551cc04b1168b3ee (patch) | |
tree | dcbc3ad3262af48fb2eea23881d3a670032eee84 | |
parent | 5b227372822f2ade98804c5fd403c48d096887b8 (diff) |
*** empty log message ***
-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 /*****************************************************************************/ |