*** empty log message ***

master
Marc Alexander Lehmann 2007-11-11 02:05:20 +00:00
parent 4bb24286d5
commit 7c0c86fcea
1 changed files with 3 additions and 1 deletions

4
ev.c
View File

@ -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
/*****************************************************************************/