summaryrefslogtreecommitdiff
path: root/ev_select.c
diff options
context:
space:
mode:
authorroot <root>2007-11-03 09:19:58 +0000
committerroot <root>2007-11-03 09:19:58 +0000
commitf123911c49df152e9b27ab4df77b12a03b6abfa2 (patch)
tree0d76843ddd6b7896440174392f6d2ba7db924662 /ev_select.c
parent120eeba0bed6b77e91b32b8cd0fb875c314bc092 (diff)
add rpid/rstatus
Diffstat (limited to 'ev_select.c')
-rw-r--r--ev_select.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/ev_select.c b/ev_select.c
index 0333d63..a0db3b6 100644
--- a/ev_select.c
+++ b/ev_select.c
@@ -35,7 +35,9 @@
#include <unistd.h>
/* for unix systems */
-#include <sys/select.h>
+#ifndef WIN32
+# include <sys/select.h>
+#endif
#include <string.h>
#include <inttypes.h>