]> git.llucax.com Git - software/libev.git/commitdiff
*** empty log message ***
authorroot <root>
Sun, 11 Nov 2007 02:05:20 +0000 (02:05 +0000)
committerroot <root>
Sun, 11 Nov 2007 02:05:20 +0000 (02:05 +0000)
ev.c

diff --git a/ev.c b/ev.c
index b3112d12c92efebc8e5450cedd82e2433c5cedb8..3e008a4bce0b0d60d9f9938ccec2f6af9f881b45 100644 (file)
--- 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
 
 /*****************************************************************************/