From 0f67ff89d9918344965897887ca47c9bb7471752 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Wed, 26 Oct 2005 12:06:11 +0000 Subject: patches from Norbert merged in. I have made some little changes here and there. It still doesn't compile because of the O1 thing passed to ld. git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@41 7dcaeef0-15fb-0310-b436-a5af3365683c --- sftp_server/protocol.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sftp_server/protocol.c') diff --git a/sftp_server/protocol.c b/sftp_server/protocol.c index 306afed..8ab16d9 100644 --- a/sftp_server/protocol.c +++ b/sftp_server/protocol.c @@ -33,6 +33,7 @@ MA 02111-1307, USA. */ #include #include #include +#include #include #include "server.h" -- cgit