aboutsummaryrefslogtreecommitdiff
path: root/lib/ssh.c
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2011-07-25 05:30:14 +0200
committerYang Tse <yangsita@gmail.com>2011-07-25 05:30:14 +0200
commit983f3d70f9610a35f279b656a3322087e272f2a6 (patch)
tree55b7683e46c1c079e902f85208d0eb64b08e3903 /lib/ssh.c
parent0337b871975ab515c513d2c5d596feb9a489494d (diff)
WIN32 io.h and fcntl.h inclusion done in setup_once.h
Diffstat (limited to 'lib/ssh.c')
-rw-r--r--lib/ssh.c3
1 files changed, 1 insertions, 2 deletions
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 <stdio.h>
#include <string.h>
#include <stdlib.h>
@@ -45,7 +46,6 @@
#include <fcntl.h>
#endif
-#ifndef WIN32
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif
@@ -65,7 +65,6 @@
#include <in.h>
#include <inet.h>
#endif
-#endif /* !WIN32 */
#if (defined(NETWARE) && defined(__NOVELL_LIBC__))
#undef in_addr_t