aboutsummaryrefslogtreecommitdiff
path: root/libssh/server.c
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2005-08-31 02:20:36 +0000
committerAris Adamantiadis <aris@0xbadc0de.be>2005-08-31 02:20:36 +0000
commit1b20b8df85e07353f8403a6b55f8206980228639 (patch)
treedfd9fe6425742cc1c84c11c57f60057a3f32fc29 /libssh/server.c
parentc7a059f0d316b757714fb3e278044ed30bcdcda3 (diff)
downloadlibssh-1b20b8df85e07353f8403a6b55f8206980228639.tar.gz
libssh-1b20b8df85e07353f8403a6b55f8206980228639.tar.xz
libssh-1b20b8df85e07353f8403a6b55f8206980228639.zip
fixed bug in sample that made the client running in infinite loop.
hunted a bug in channel_poll that returned 0 when EOF. git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@35 7dcaeef0-15fb-0310-b436-a5af3365683c
Diffstat (limited to 'libssh/server.c')
-rw-r--r--libssh/server.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libssh/server.c b/libssh/server.c
index 31bae3ba..0f429852 100644
--- a/libssh/server.c
+++ b/libssh/server.c
@@ -27,6 +27,7 @@ MA 02111-1307, USA. */
#include <stdio.h>
#include <sys/types.h>
#include <sys/socket.h>
+#include <netinet/in.h>
#include <netdb.h>
#include <errno.h>
#include <string.h>