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/session.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libssh/session.c') diff --git a/libssh/session.c b/libssh/session.c index 1a0f25c..b084c29 100644 --- a/libssh/session.c +++ b/libssh/session.c @@ -22,6 +22,7 @@ /* ssh_new() returns a newly allocated SSH_SESSION structure pointer */ #include +#include #include "libssh/libssh.h" #include "libssh/priv.h" #include "libssh/server.h" -- cgit