From 964d8fdc112533c12e98cb456d07aadecb3b7002 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Thu, 25 Mar 2010 16:47:45 +0100 Subject: [PATCH] Fixed build warnings on Windows. --- libssh/channels1.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libssh/channels1.c b/libssh/channels1.c index daa851c6..37532798 100644 --- a/libssh/channels1.c +++ b/libssh/channels1.c @@ -26,6 +26,9 @@ #include #include #include +#ifndef _WIN32 +#include +#endif #include "libssh/priv.h" #include "libssh/ssh1.h" #include "libssh/buffer.h"