From 0689304cff86226968f3b59da69646241f8ad0cc 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 19e77b80..fee1475b 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"