--- libev/ev.c 2007/11/11 01:53:07 1.97 +++ libev/ev.c 2007/11/11 02:05:20 1.98 @@ -163,7 +163,9 @@ static int have_monotonic; /* did clock_gettime (CLOCK_MONOTONIC) work? */ -#include "ev_win32.c" +#ifdef WIN32 +# include "ev_win32.c" +#endif /*****************************************************************************/