diff options
author | Martin Sustrik <sustrik@250bpm.com> | 2010-02-19 17:50:47 +0100 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2010-02-19 17:50:47 +0100 |
commit | 8b86dcf81cc7b80267f334f4f26dfd319532ad25 (patch) | |
tree | 5e65668a2c675a26d7f4bf6ea039374b01d22ba6 /src | |
parent | 727054547f32680f7db098497c2d7b1a0b20e2d8 (diff) |
build on cygwin enabled
Diffstat (limited to 'src')
-rw-r--r-- | src/poller.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/poller.hpp b/src/poller.hpp index 49d466b..3c29603 100644 --- a/src/poller.hpp +++ b/src/poller.hpp @@ -61,6 +61,8 @@ namespace zmq typedef devpoll_t poller_t; #elif defined ZMQ_HAVE_OPENVMS typedef select_t poller_t; +#elif defined ZMQ_HAVE_CYGWIN + typedef select_t poller_t; #else #error Unsupported platform #endif |