aboutsummaryrefslogtreecommitdiff
path: root/libssh/poll.c
diff options
context:
space:
mode:
Diffstat (limited to 'libssh/poll.c')
-rw-r--r--libssh/poll.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libssh/poll.c b/libssh/poll.c
index 662e5ac9..55183cd9 100644
--- a/libssh/poll.c
+++ b/libssh/poll.c
@@ -81,6 +81,7 @@ int ssh_poll(pollfd_t *fds, nfds_t nfds, int timeout) {
#include <stdio.h>
#include <windows.h>
+#include <errno.h>
static int poll_rest (HANDLE *handles, int nhandles,
pollfd_t *fds, nfds_t nfds, int timeout) {