From 5f7c84f900b81e3bbff55378f8170ddf150daf9c Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Tue, 4 Oct 2005 22:11:19 +0000 Subject: added the gcrypt patch (without gcrypt as default library). still needs tests. git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@38 7dcaeef0-15fb-0310-b436-a5af3365683c --- libssh/gzip.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libssh/gzip.c') diff --git a/libssh/gzip.c b/libssh/gzip.c index 0b04f90..0af45f1 100644 --- a/libssh/gzip.c +++ b/libssh/gzip.c @@ -29,6 +29,7 @@ MA 02111-1307, USA. */ #ifndef NO_GZIP #include #include +#include #define BLOCKSIZE 4092 static z_stream *initcompress(SSH_SESSION *session,int level){ -- cgit