- Bug #1862727 fixed libssh2_poll() to work on windows (by defining HAVE_SELECT).

This commit is contained in:
Daniel Stenberg
2008-09-29 14:16:19 +00:00
parent 61fda23340
commit 818e9edfb1
3 changed files with 4 additions and 1 deletions

View File

@@ -56,7 +56,7 @@
#ifdef HAVE_POLL
# include <sys/poll.h>
#else
# ifdef HAVE_SELECT
# if defined(HAVE_SELECT) && !defined(WIN32)
# ifdef HAVE_SYS_SELECT_H
# include <sys/select.h>
# else