From 766bae9d7626bb596fc3b60d2cd5fe5a7fc356db Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Thu, 30 Jul 2009 10:45:58 +0200 Subject: Fix build with MSVC. --- libssh/poll.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libssh/poll.c') diff --git a/libssh/poll.c b/libssh/poll.c index 662e5ac..55183cd 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 #include +#include static int poll_rest (HANDLE *handles, int nhandles, pollfd_t *fds, nfds_t nfds, int timeout) { -- cgit