From 3e314e863cb70f8594b0c9b79d14edb3a929d708 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Sat, 26 Sep 2009 01:15:48 +0200 Subject: More include file splitting --- libssh/channels.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libssh/channels.c') diff --git a/libssh/channels.c b/libssh/channels.c index cb7e5439..f96051ef 100644 --- a/libssh/channels.c +++ b/libssh/channels.c @@ -39,6 +39,7 @@ #include "libssh/socket.h" #include "libssh/channels.h" #include "libssh/session.h" +#include "libssh/misc.h" #define WINDOWBASE 128000 #define WINDOWLIMIT (WINDOWBASE/2) -- cgit