From 983f3d70f9610a35f279b656a3322087e272f2a6 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Mon, 25 Jul 2011 05:30:14 +0200 Subject: WIN32 io.h and fcntl.h inclusion done in setup_once.h --- lib/ssh.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/ssh.c') diff --git a/lib/ssh.c b/lib/ssh.c index 841caa968..dff1e1286 100644 --- a/lib/ssh.c +++ b/lib/ssh.c @@ -25,6 +25,7 @@ #include "setup.h" #ifdef USE_LIBSSH2 + #include #include #include @@ -45,7 +46,6 @@ #include #endif -#ifndef WIN32 #ifdef HAVE_SYS_SOCKET_H #include #endif @@ -65,7 +65,6 @@ #include #include #endif -#endif /* !WIN32 */ #if (defined(NETWARE) && defined(__NOVELL_LIBC__)) #undef in_addr_t -- cgit v1.2.3