From bb5f5281c007043231c4d95ce1309f1a6d999d33 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Tue, 11 Jan 2011 11:07:17 +0100 Subject: build: Fixed build on Windows. --- src/channels1.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/channels1.c b/src/channels1.c index 4cf7e778..d18aa96c 100644 --- a/src/channels1.c +++ b/src/channels1.c @@ -24,11 +24,12 @@ #include #include -#include #include #ifndef _WIN32 #include +#include #endif + #include "libssh/priv.h" #include "libssh/ssh1.h" #include "libssh/buffer.h" -- cgit v1.2.3